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

Commit 5fb51f5

Browse files
authored
Fix Windows make instructions
1 parent 33699fd commit 5fb51f5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,6 @@ stack install cabal-install
234234
cabal update
235235
```
236236

237-
`make` doesn't work on Windows due to several UNIX-specific things, such
238-
as the `cp` command or extensionless executable names. Instead, a PowerShell
239-
script is provided specifically for this purpose:
240-
241-
```
242-
git clone https://github.com/haskell/haskell-ide-engine --recursive
243-
cd haskell-ide-engine
244-
```
245237
#### Install *all* available GHC versions
246238

247239
*Warning*: Requires 20+ GB of space and potentially more than 2 hours to install, so please be patient!
@@ -252,6 +244,10 @@ This will:
252244
* name them as expected by the VS Code plugin
253245
* build local hoogle docs for each version
254246

247+
`make` doesn't work on Windows due to several UNIX-specific things, such
248+
as the `cp` command or extensionless executable names. Instead, a PowerShell
249+
script is provided specifically for this purpose:
250+
255251
**PowerShell:**
256252

257253
```

0 commit comments

Comments
 (0)