Merge pull request #586 from cko/edit_contributing_instructions
add 'stack setup' command to CONTRIBUTING.md
This commit is contained in:
commit
d09b70f427
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@ repository. You can use `cabal`:
|
||||||
./scripts/test-all.sh # Run all the tests
|
./scripts/test-all.sh # Run all the tests
|
||||||
```
|
```
|
||||||
|
|
||||||
`stack`:
|
Or `stack`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
stack setup # Downloads and installs a proper GHC version if necessary
|
||||||
stack build # Install and build packages
|
stack build # Install and build packages
|
||||||
stack test # Run all the tests
|
stack test # Run all the tests
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue