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

Commit 3787093

Browse files
authored
Merge pull request #455 from ShrykeWindgrace/master
Add installation instructions for windows users
2 parents 4fd4cc8 + 813b0a7 commit 3787093

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@ stack --stack-yaml=stack-8.2.1.yaml install
101101
stack --stack-yaml=stack-8.0.2.yaml install
102102
```
103103

104+
#### Installation on Windows
105+
106+
In order to avoid problems with long paths you can do the following:
107+
108+
1. Edit the group policy: set "Enable Win32 long paths" to "Enabled". Works only only for Windows 10
109+
110+
2. Clone the `haskell-ide-engine` to the root of your logical drive (e.g. to `E:\hie`)
111+
112+
104113
### Installation with Nix
105114

106115
Alternatively, given that you have Nix installed:

0 commit comments

Comments
 (0)