We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb150e commit 7ffc276Copy full SHA for 7ffc276
CONTRIBUTING.md
@@ -28,6 +28,15 @@ cabal test containers-test
28
cabal bench containers-test
29
```
30
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
40
## Sending Pull Requests
41
42
When you send a pull request, please:
0 commit comments