aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2023-03-22 22:19:46 +1100
committerNicholas Tay <nick@windblume.net>2023-03-22 22:19:46 +1100
commit1372cd7042a592e0b370106fd1cbfb6bdc56efe8 (patch)
tree341a83f61729c07babb31f79fb50ac6fbfb23550 /README.md
parent381c99723cf3d76c8bb7a7e2fb5fb3f26bf7804d (diff)
downloadpassgen-1372cd7042a592e0b370106fd1cbfb6bdc56efe8.tar.gz
passgen-1372cd7042a592e0b370106fd1cbfb6bdc56efe8.tar.bz2
passgen-1372cd7042a592e0b370106fd1cbfb6bdc56efe8.zip
Install on certain locations readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7fc784b..30b651c 100644
--- a/README.md
+++ b/README.md
@@ -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
```