From 57c23dcedeb448769e66761a5e2faa7320427b9f Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Jun 2025 15:05:58 -0500 Subject: added key image to README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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` -- cgit v1.2.3