Skip to content

Commit

Permalink
Add homebrew install instructions to README #15
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania authored Sep 5, 2019
1 parent fe4fe17 commit 9b12d1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ envkey-source compiles into a simple static binary with no dependencies, which m
curl -s https://raw.githubusercontent.com/envkey/envkey-source/master/install.sh | bash
```

**Install via [homebrew](https://brew.sh/) tap:**

Either tap the [homebrew-envkey](https://github.com/envkey/homebrew-envkey) repo first, then install:

```bash
brew tap envkey/envkey
brew install envkey-source
```

Or you can install the formula directly:

```bash
brew install envkey/envkey/envkey-source
```

***Note:** the install.sh script writes, then deletes a couple temporary files to the current directory during installation, so make sure you have write permissions for whatever directory you run this command in. In locked down environments, you may want to run it in `$HOME` to be safe.*

**Install manually:**
Expand Down

0 comments on commit 9b12d1b

Please sign in to comment.