diff options
author | Nicholas Tay <nick@windblume.net> | 2023-03-22 22:19:46 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2023-03-22 22:19:46 +1100 |
commit | 1372cd7042a592e0b370106fd1cbfb6bdc56efe8 (patch) | |
tree | 341a83f61729c07babb31f79fb50ac6fbfb23550 | |
parent | 381c99723cf3d76c8bb7a7e2fb5fb3f26bf7804d (diff) | |
download | passgen-1372cd7042a592e0b370106fd1cbfb6bdc56efe8.tar.gz passgen-1372cd7042a592e0b370106fd1cbfb6bdc56efe8.tar.bz2 passgen-1372cd7042a592e0b370106fd1cbfb6bdc56efe8.zip |
Install on certain locations readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -10,6 +10,20 @@ See `passgen --help` for details. (This is my first C project, please be gentle... some of the decisions I made may look weird or seem like I'm going out of my way to do something - some of these are done intentionally as a way for me to familiarise myself more with the features of the language.) +## Install + +passgen is packaged for Fedora Linux and Homebrew. + +``` +# Fedora (COPR) +$ sudo dnf copr enable nicholastay/nexpkg +$ sudo dnf install passgen + +# Homebrew (custom tap) +$ brew tap nicholastay/tap +$ brew install passgen +``` + ## Compiling ``` |