README update.

This commit is contained in:
Johannes Findeisen 2024-08-10 06:31:43 +02:00
commit 38746af3f7

View file

@ -4,16 +4,16 @@ checkpw is a program to check the validity of a users password on a Linux/PAM-ba
# Installation:
'''
```
git clone https://git.xw3.org/hanez/checkpw.git
cd checkpw
gcc -lpam -lpam_misc -o checkpw checkpw.c
'''
```
# Usage:
'''
```
./checkpw -u $USERNAME -p $PASSWORD
echo $?
'''
```