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: Once you have these tools installed:
```sh ```sh
stack setup stack install
stack build
``` ```
This will generate a binary in `.stack-work/install/**/**/**/bin` that you'll This will generate a binary in `$HOME/.local/bin`; ensure this directory is in
want to move to somewhere in your `$PATH`. your `$PATH`.
## License ## License