Skip to content

Commit 39b4d56

Browse files
authored
Mention installing via ghcup in the readme
Thanks @hasufell!
1 parent 6eb79f0 commit 39b4d56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ This is *very* early stage software.
9393
- For Cabal based projects, both ghc and [cabal-install](https://www.haskell.org/cabal/) must be installed and on the PATH. It can also be installed with [ghcup](https://www.haskell.org/ghcup/) or [Chocolatey](https://www.haskell.org/platform/windows.html) on Windows.
9494
- For Stack based projects, [stack](http://haskellstack.org) must be installed and on the PATH.
9595
96+
### ghcup
97+
98+
```
99+
ghcup install hls
100+
```
101+
96102
### Visual Studio Code
97103
98104
If you are using Visual Studio Code, the [Haskell extension](https://marketplace.visualstudio.com/items?itemName=haskell.haskell) will automatically download and install `haskell-language-server` for you.

0 commit comments

Comments
 (0)