Merge pull request #1329 from msakai/patch-1

Fix typo in README.md: --extra-lib-dir -> --extra-lib-dirs
This commit is contained in:
Vaibhav Sagar 2022-03-02 04:30:25 +08:00 committed by GitHub
commit 865df8c7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ stack install --fast
ihaskell install --stack
```
If you have Homebrew installed to a location that `stack` does not expect (e.g. `/opt/homebrew`), 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 location that `stack` does not expect (e.g. `/opt/homebrew`), you'd need to specify `--extra-include-dirs ${HOMEBREW_PREFIX}/include --extra-lib-dirs ${HOMEBREW_PREFIX}/lib` to the `stack` command.
Run Jupyter.