add 'stack setup' command
This commit is contained in:
parent
9e7356c6d3
commit
85a6d9714c
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