From 1dea63bc263ccb8f35728d41e51804d01c7cc06d Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Jun 2025 15:05:58 -0500 Subject: Added README.md and changed Makefile --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8443079 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +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. +## Dependencies +- `make` +- `libsodium` + +## Install +- `make` +- `sudo make install` + +## Uninstall +- `sudo make uninstall` + + -- cgit v1.2.3