diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,13 +1,16 @@ -This is a simple password generator that I created because I was tired of thinking up of passwords. All randomness is produced by the [libsodium](https://github.com/jedisct1/libsodium) library. +# SPWDG +This is a simple password generator written in C. All randomness is produced by the [libsodium](https://github.com/jedisct1/libsodium) library. + ## Dependencies -- `make` -- `libsodium` +- gcc +- make +- libsodium ## Install -- `make` -- `sudo make install` +- make +- sudo make install ## Uninstall -- `sudo make uninstall` +- sudo make uninstall |