From 0c01bfa6b4534935f63e1cf9eda794df3d987b26 Mon Sep 17 00:00:00 2001 From: Uche Chilaka Date: Sat, 26 Oct 2019 02:56:39 -0400 Subject: [PATCH] Added alternative installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 894995c..86ce2f8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,20 @@ go build # go install ``` +## Alternative Installation: Using Homebrew + +If you have the [Homebrew package manager](https://brew.sh) for Mac OSX (or Linux), you can install `minica` by following these (script) steps: + +```bash +# In your Terminal... + +# Step 1: install golang (>= ) +brew install golang + +# Step 2: Install minica (>= 1.13) +brew install minica +``` + # Example usage ```