README update.

This commit is contained in:
Johannes Findeisen 2024-08-10 15:54:14 +02:00
commit 46ad9bfd5b

View file

@ -15,6 +15,10 @@ Options:
Returns 0 on success, 1 otherwise.
```
echo $?
```
# Installation:
```
@ -23,10 +27,3 @@ cd checkpw
gcc -lpam -lpam_misc -Werror -o checkpw checkpw.c
```
# Usage:
```
./checkpw -u $USERNAME -p $PASSWORD
echo $?
```