diff options
author | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
commit | 2e84588ec83b453e9c1a667841200b7d77260621 (patch) | |
tree | 7b769ba21495a009a52c0a337151efe7da67f9ab /README.md | |
parent | 1dea63bc263ccb8f35728d41e51804d01c7cc06d (diff) |
removed un-needed comments
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 |