Skip to content

Commit 7ffc276

Browse files
Add instructions to compile containers-tests on Windows (#941)
Added instructions to compile containers-test using symbolic links for Windows users Co-authored-by: konsumlamm <[email protected]>
1 parent 2eb150e commit 7ffc276

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ cabal test containers-test
2828
cabal bench containers-test
2929
```
3030

31+
#### For Windows users
32+
33+
To compile `containers-test`, you need symbolic links to be activated on git.
34+
To do so on Windows 10 or higher, follow these steps:
35+
36+
1. Activate developer mode in your Windows preferences.
37+
2. Enable git symlinks: `git config --global core.symlinks true`.
38+
3. Clone the repository again once git is properly configured.
39+
3140
## Sending Pull Requests
3241

3342
When you send a pull request, please:

0 commit comments

Comments
 (0)