Commit 8205ffbd authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

Update instructions to add `--stack` flag

Since we are assuming `stack`, this makes IHaskell usage more convenient.
parent ec93205b
......@@ -38,7 +38,7 @@ git clone https://github.com/gibiansky/IHaskell
cd IHaskell
stack install gtk2hs-buildtools
stack install --fast
stack exec ihaskell -- install
stack exec ihaskell -- install --stack
```
## Mac
......@@ -56,7 +56,7 @@ git clone https://github.com/gibiansky/IHaskell
cd IHaskell
stack install gtk2hs-buildtools
stack install --fast
stack exec ihaskell -- install
stack exec ihaskell -- install --stack
```
# Running
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment