Skip to content

Commit 9c6a603

Browse files
authored
Merge pull request #176 from Gipphe/master
Update HIE install instructions
2 parents 954e0a9 + f6bbe86 commit 9c6a603

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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-all
13+
$ cd haskell-ide-engine && ./install.hs build
14+
```
15+
16+
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).
17+
18+
```cmd
19+
C:\> git clone https://github.com/haskell/haskell-ide-engine --recursive hie
20+
C:\> cd hie && stack ./install.hs build
1421
```
1522

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

0 commit comments

Comments
 (0)