Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 460cf1f

Browse files
committed
Add missing file path seps
1 parent e401b6a commit 460cf1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ cabal v2-run ./install.hs --project-file install/shake.project <target>
221221
or using the existing alias script
222222

223223
```bash
224-
cabal-hie-install <target>
224+
./cabal-hie-install <target>
225225
```
226226

227227
Running the script with cabal on windows requires a cabal version greater or equal to `3.0.0.0`.

cabal-hie-install.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@cabal v2-run install.hs --project-file=install\shake.project %*
1+
@cabal v2-run .\install.hs --project-file=install\shake.project %*

0 commit comments

Comments
 (0)