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

Commit 92aff8a

Browse files
committed
Move Windows long path section up to requirements section
1 parent e1bd86f commit 92aff8a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ sudo dnf install libicu-devel ncurses-devel
121121
```
122122
**ArchLinux**: see [below](#installation-on-archlinux).
123123

124+
#### Windows: long paths (optional)
125+
126+
In order to avoid problems with long paths on Windows you can do the following:
127+
128+
1. Edit the group policy: set "Enable Win32 long paths" to "Enabled" (Works
129+
only for Windows 10).
130+
131+
2. Clone the `haskell-ide-engine` to the root of your logical drive (e.g. to
132+
`C:\hie`)
133+
124134
#### Download the source code
125135

126136
```bash
@@ -234,16 +244,6 @@ script is provided specifically for this purpose:
234244
powershell -ExecutionPolicy RemoteSigned -c ./build-all.ps1
235245
```
236246

237-
#### Long paths
238-
239-
In order to avoid problems with long paths on Windows you can do the following:
240-
241-
1. Edit the group policy: set "Enable Win32 long paths" to "Enabled" (Works
242-
only for Windows 10).
243-
244-
2. Clone the `haskell-ide-engine` to the root of your logical drive (e.g. to
245-
`C:\hie`)
246-
247247
### Installation on macOS
248248

249249
Download the pre-built binaries from the [releases page](https://github.com/haskell/haskell-ide-engine/releases), and copy/symlink them into `/usr/local/bin` (or somewhere else in your $PATH):

0 commit comments

Comments
 (0)