We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f2dbb6 + 6fa7105 commit 64106beCopy full SHA for 64106be
README.md
@@ -37,7 +37,7 @@ The following steps are recommended to bootstrap `lsp-haskell` on OSX.
37
```bash
38
git clone https://github.com/haskell/haskell-ide-engine
39
cd haskell-ide-engine
40
-make
+./install.hs build-all
41
```
42
43
We need to run `make` here instead of `stack install` to ensure that
@@ -59,7 +59,7 @@ Or of you are on linux (only place it has been tested, reports please)
59
60
61
62
63
64
65
This will build executables called `hie-8.0.2`, `hie-8.2.2` etc which
0 commit comments