mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-14 10:26:07 +00:00
Merge pull request #1329 from msakai/patch-1
Fix typo in README.md: --extra-lib-dir -> --extra-lib-dirs
This commit is contained in:
commit
865df8c7fd
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user