diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ # SPWDG + This is a simple password generator written in C. All randomness is produced by the [libsodium](https://github.com/jedisct1/libsodium) library. ## Dependencies @@ -7,10 +8,10 @@ This is a simple password generator written in C. All randomness is produced by - libsodium ## Install -- make -- sudo make install +- `make` +- `sudo make install` ## Uninstall -- sudo make uninstall +- `sudo make uninstall` |