Skip to content

Commit 64106be

Browse files
authored
Merge pull request #46 from Jason5Lee/update-installation-info
Fix issue #45
2 parents 8f2dbb6 + 6fa7105 commit 64106be

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
@@ -37,7 +37,7 @@ The following steps are recommended to bootstrap `lsp-haskell` on OSX.
3737
```bash
3838
git clone https://github.com/haskell/haskell-ide-engine
3939
cd haskell-ide-engine
40-
make
40+
./install.hs build-all
4141
```
4242

4343
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)
5959
```bash
6060
git clone https://github.com/haskell/haskell-ide-engine
6161
cd haskell-ide-engine
62-
make
62+
./install.hs build-all
6363
```
6464

6565
This will build executables called `hie-8.0.2`, `hie-8.2.2` etc which

0 commit comments

Comments
 (0)