Unverified Commit 48b5576f authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

Merge pull request #1052 from cblp/patch-1

Fix typo
parents 2c16cd50 ac2e0274
......@@ -73,7 +73,7 @@ stack install --fast
ihaskell install --stack
```
If you have Homebrew installed to a custom location, you'd need to specify `--extra-include-dirs ${HOMEBREW_PREFIX}/include ----extra-lib-dir ${HOMEBREW_PREFIX}/lib` to the `stack` command.
If you have Homebrew installed to a custom location, you'd need to specify `--extra-include-dirs ${HOMEBREW_PREFIX}/include --extra-lib-dir ${HOMEBREW_PREFIX}/lib` to the `stack` command.
Run Jupyter.
......
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