From b041360bbe4b1022c54c14b757d402d9d4017378 Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Tue, 1 Mar 2022 20:37:38 +0900 Subject: [PATCH] fix typo: --extra-lib-dir -> --extra-lib-dirs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9013822f..bf24853a 100644 --- a/README.md +++ b/README.md @@ -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.