Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania authored Sep 5, 2019
1 parent 9b12d1b commit 2cc925e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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
```

***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 via [homebrew](https://brew.sh/) tap:**

Either tap the [homebrew-envkey](https://github.com/envkey/homebrew-envkey) repo first, then install:
Expand All @@ -27,8 +29,6 @@ Or you can install the formula directly:
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:**

Find the [release](https://github.com/envkey/envkey-source/releases) for your platform and architecture, and stick the appropriate binary somewhere in your `PATH` (or wherever you like really).
Expand Down

0 comments on commit 2cc925e

Please sign in to comment.