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
commit2e84588ec83b453e9c1a667841200b7d77260621 (patch)
tree7b769ba21495a009a52c0a337151efe7da67f9ab /README.md
parent1dea63bc263ccb8f35728d41e51804d01c7cc06d (diff)
removed un-needed comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
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