Merge pull request #586 from cko/edit_contributing_instructions

add 'stack setup' command to CONTRIBUTING.md
This commit is contained in:
Julian Arni 2016-09-02 10:00:18 -03:00 committed by GitHub
commit d09b70f427

View File

@ -8,9 +8,10 @@ repository. You can use `cabal`:
./scripts/test-all.sh # Run all the tests
```
`stack`:
Or `stack`:
```shell
stack setup # Downloads and installs a proper GHC version if necessary
stack build # Install and build packages
stack test # Run all the tests
```