Update README with how to install binary

This commit is contained in:
Joshua Clayton 2016-05-01 04:48:35 -04:00
parent 447943f401
commit c9b4f4cf37

View File

@ -29,12 +29,11 @@ This project uses Haskell and Stack.
Once you have these tools installed:
```sh
stack setup
stack build
stack install
```
This will generate a binary in `.stack-work/install/**/**/**/bin` that you'll
want to move to somewhere in your `$PATH`.
This will generate a binary in `$HOME/.local/bin`; ensure this directory is in
your `$PATH`.
## License