Add installation instructions
This commit is contained in:
parent
8b285ad02b
commit
02a9e81251
16
README.md
16
README.md
@ -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
|
||||
=====
|
||||
|
Loading…
x
Reference in New Issue
Block a user