Skip to content

Commit 5dfef93

Browse files
authored
Merge pull request #100 from ismailmustafa/master
Update installation instructions to match haskell-ide-engine instructions
2 parents 145b4d5 + 88747ed commit 5dfef93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The language client requires you to manually install the [HIE](https://github.co
1010

1111
```bash
1212
$ git clone https://github.com/haskell/haskell-ide-engine --recursive
13-
$ cd haskell-ide-engine && make build
13+
$ cd haskell-ide-engine && make build-all
1414
```
1515

16-
Alternatively you can just `stack install`, but `make build` will give you the best setup.
16+
Alternatively you can just `stack install`, but `make build-all` will give you the best setup.
1717

1818
## Features
1919

0 commit comments

Comments
 (0)