Outline installation via Stack

This documents now to install via Stack, by updating the list of known
packages, ensuring at least lts-6.0, and then installing unused
directly.
This commit is contained in:
Joshua Clayton 2016-06-24 09:22:06 -04:00
parent b852cff74c
commit 8f424ea0e3
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118

View File

@ -46,6 +46,27 @@ brew install unused
Alternatively, you can install by hand.
### Stack
If you already have [Stack] installed, ensure you have the latest list of
packages:
```sh
stack update
```
Verify Stack is using at least `lts-6.0` when installing by checking the
global project settings in `~/.stack/global-project/stack.yaml`.
Once that is complete, run:
```sh
stack install unused
```
This will install unused in the appropriate directory for Stack; you'll want
to ensure your `$PATH` reflects this.
### Installing by hand
This project uses [Haskell] and [Stack].