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 | 57c23dcedeb448769e66761a5e2faa7320427b9f (patch) | |
tree | 16b8004e61e9c413f2914ae050bc3fbd9b8ecde0 /README.md | |
parent | 2e84588ec83b453e9c1a667841200b7d77260621 (diff) |
added key image to README.md
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` |