From 2e84588ec83b453e9c1a667841200b7d77260621 Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Jun 2025 15:05:58 -0500 Subject: removed un-needed comments --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8443079..8cd127c 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3