We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392a496 commit 1eba1b0Copy full SHA for 1eba1b0
README.md
@@ -144,7 +144,7 @@ Note, that the targets `hls` and `data` depend on the found GHC versions.
144
An example output is:
145
146
```bash
147
-> cabal-hls-install ghcs
+> ./cabal-hls-install ghcs
148
******************************************************************
149
Found the following GHC paths:
150
ghc-8.6.5: /opt/bin/ghc-8.6.5
@@ -156,8 +156,8 @@ ghc-8.8.3: /opt/bin/ghc-8.8.3
156
If your desired ghc has been found, you use it to install haskell-language-server.
157
158
159
-cabal-hls-install hls-8.6.5
160
-cabal-hls-install data
+./cabal-hls-install hls-8.6.5
+./cabal-hls-install data
161
```
162
163
## Project Configuration
0 commit comments