Skip to content

Commit 1eba1b0

Browse files
committed
Add current dir to cabal-hls-install calls
1 parent 392a496 commit 1eba1b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Note, that the targets `hls` and `data` depend on the found GHC versions.
144144
An example output is:
145145

146146
```bash
147-
> cabal-hls-install ghcs
147+
> ./cabal-hls-install ghcs
148148
******************************************************************
149149
Found the following GHC paths:
150150
ghc-8.6.5: /opt/bin/ghc-8.6.5
@@ -156,8 +156,8 @@ ghc-8.8.3: /opt/bin/ghc-8.8.3
156156
If your desired ghc has been found, you use it to install haskell-language-server.
157157

158158
```bash
159-
cabal-hls-install hls-8.6.5
160-
cabal-hls-install data
159+
./cabal-hls-install hls-8.6.5
160+
./cabal-hls-install data
161161
```
162162

163163
## Project Configuration

0 commit comments

Comments
 (0)