From d2a9d3958c6db5f616776c977f775108ccd97bbd Mon Sep 17 00:00:00 2001 From: zhan ishzhanov Date: Wed, 19 Jun 2019 20:01:11 +0600 Subject: [PATCH] warn about compile time and wrapped hie The default install method takes a lot of time with a good chance of it being the sort of install that you don't want. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eef30d6e..0633ce13 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Client interface to the Language Server Protocol server for Haskell, as provided ## Requirements -The language client requires you to manually install the [HIE](https://github.com/haskell/haskell-ide-engine) language server, +The language client requires you to manually install the [HIE](https://github.com/haskell/haskell-ide-engine) language server which can be done with commands below but this will take exceedingly long time and less than robust, consider proceeding to installation readme at the link below, it has option for getting bins directly, ```bash $ git clone https://github.com/haskell/haskell-ide-engine --recursive