From f6bbe8658ff6a01cf59dd76e4f98d3ffe9c92c84 Mon Sep 17 00:00:00 2001 From: Victor Nascimento Bakke Date: Wed, 20 Nov 2019 18:25:28 +0100 Subject: [PATCH] Update HIE install instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0633ce13..6e05302b 100644 --- a/README.md +++ b/README.md @@ -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