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 145b4d5 + 88747ed commit 5dfef93Copy full SHA for 5dfef93
README.md
@@ -10,10 +10,10 @@ The language client requires you to manually install the [HIE](https://github.co
10
11
```bash
12
$ git clone https://github.com/haskell/haskell-ide-engine --recursive
13
-$ cd haskell-ide-engine && make build
+$ cd haskell-ide-engine && make build-all
14
```
15
16
-Alternatively you can just `stack install`, but `make build` will give you the best setup.
+Alternatively you can just `stack install`, but `make build-all` will give you the best setup.
17
18
## Features
19
0 commit comments