From 725a87763dfc1012566dbe49d5078a18c7544db3 Mon Sep 17 00:00:00 2001 From: Danila Danko <48378098+br4ch1st0chr0n3@users.noreply.github.com> Date: Tue, 16 Aug 2022 00:41:59 +0300 Subject: [PATCH] build for hls --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a2e702..4fa446c7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based cd back # for the first time direnv allow + # build for HLS + nix build # start the server nix run ``` @@ -59,4 +61,4 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based - If in VS Code, reload the window (`Ctrl`+`Shift`+`P` -> `Developer: Reload window`) and repeat previous commands to start the server and the client - For Haskell, your shell will have [haskell-language-server](https://github.com/haskell/haskell-language-server) -- For Purescript - [purescript-language-server](https://github.com/nwolverson/purescript-language-server) \ No newline at end of file +- For Purescript - [purescript-language-server](https://github.com/nwolverson/purescript-language-server)