Skip to content

Commit

Permalink
Add details of install on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
marlier authored Jan 17, 2019
1 parent aa26f88 commit 5073128
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 @@ -6,6 +6,8 @@ As soon as an application is deployed or built on more than a single machine, yo
## Installing confcrypt
#### Mac OSX

1. If you don't have Haskell installed and working already, you'll need it. Install `stack` from [haskellstack.org](https://haskellstack.org/), or if you have [Homebrew](https://brew.sh/) installed, with the command `brew install haskell-stack`. (**note**: The homebrew install mechanism, at least, doesn't include the directory where stack installs stuff to your PATH, so you'll need to do this manually.)
2. At the root of this repo, run `stack install`. (Takes 10-15 minutes.)

## Using confcrypt
- create a config
Expand Down

0 comments on commit 5073128

Please sign in to comment.