README update.

This commit is contained in:
Johannes Findeisen 2024-08-10 06:38:04 +02:00
commit 680a7e312c

View file

@ -7,7 +7,7 @@ checkpw is a program to check the validity of a users password on a Linux/PAM-ba
```
git clone https://git.xw3.org/hanez/checkpw.git
cd checkpw
gcc -lpam -lpam_misc -o checkpw checkpw.c
gcc -lpam -lpam_misc -Werror -o checkpw checkpw.c
```
# Usage: