Skip to content

Commit

Permalink
Update README with note on temp files - closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Sep 7, 2018
1 parent 6b59fde commit 62f44f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 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 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 62f44f5

Please sign in to comment.