Skip to content

Commit 1fb6d9d

Browse files
authored
Merge pull request #193 from alanz/jneira-update-install
Update hie installation target
2 parents 1667459 + aa58c83 commit 1fb6d9d

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,14 +10,14 @@ 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 && ./install.hs build
13+
$ cd haskell-ide-engine && ./install.hs hie
1414
```
1515

1616
On Windows, it is advised to either install HIE at the root of the drive, and/or to enable [Win32 Long paths](https://github.com/haskell/haskell-ide-engine#windows-specific-pre-requirements).
1717

1818
```cmd
1919
C:\> git clone https://github.com/haskell/haskell-ide-engine --recursive hie
20-
C:\> cd hie && stack ./install.hs build
20+
C:\> cd hie && stack ./install.hs hie
2121
```
2222

2323
If you experience difficulties, use the instructions at https://github.com/haskell/haskell-ide-engine#installation

0 commit comments

Comments
 (0)