From 1372cd7042a592e0b370106fd1cbfb6bdc56efe8 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Wed, 22 Mar 2023 22:19:46 +1100 Subject: Install on certain locations readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ``` -- cgit