Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ The language client requires you to manually install the [HIE](https://github.co

```bash
$ git clone https://github.com/haskell/haskell-ide-engine --recursive
$ cd haskell-ide-engine && ./install.hs build-all
$ cd haskell-ide-engine && ./install.hs build
```

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).

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

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