Add installation instructions

This commit is contained in:
Chris Penner 2017-04-24 17:30:10 -06:00
parent 8b285ad02b
commit 02a9e81251

View File

@ -65,7 +65,21 @@ interpolate that
Installation
============
`stack update && stack install tempered`
Mac and Linux binaries are provided [HERE](https://github.com/ChrisPenner/tempered/releases/latest);
### Homebrew On Mac
```
brew update
brew install ChrisPenner/tools/tempered
```
### Stack
If you're familiar with Haskell Stack:
```
stack update && stack install tempered
```
FAQ
=====