aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-06-22 15:05:58 -0500
committerfoswret <foswret@posteo.com>2025-06-22 15:05:58 -0500
commit57c23dcedeb448769e66761a5e2faa7320427b9f (patch)
tree16b8004e61e9c413f2914ae050bc3fbd9b8ecde0 /README.md
parent2e84588ec83b453e9c1a667841200b7d77260621 (diff)
added key image to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8cd127c..57d633e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# SPWDG
+![Key illustration, coutesy of Wikimedia Commons](https://commons.wikimedia.org/wiki/File:JapanHomes141_KEY_TO_KURA_,_AND_BUNCH_OF_KEYS.jpg)
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`