diff options
author | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-06-22 15:05:58 -0500 |
commit | 1dea63bc263ccb8f35728d41e51804d01c7cc06d (patch) | |
tree | 2566b2e6305f893a43d1600f5a9bbd9e81625605 /README.md | |
parent | 240d446a809a69e5ea53f379621246b37d5b8fae (diff) |
Added README.md and changed Makefile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
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` + + |