Skip to content

Commit f480dae

Browse files
authored
Remove Windows symlink instructions (#1225)
They are no longer needed as the symlinks were removed in 4a0ae42.
1 parent 4b94463 commit f480dae

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ For quicker test and benchmark build times, remove `containers` from the
5050
`packages` stanza of the `cabal.project` file. This will avoid recompiling
5151
some test and benchmark dependencies that depend on `containers`.
5252

53-
#### For Windows users
54-
55-
To compile `containers-tests`, you need symbolic links to be activated on git.
56-
To do so on Windows 10 or higher, follow these steps:
57-
58-
1. Activate developer mode in your Windows preferences.
59-
2. Enable git symlinks: `git config --global core.symlinks true`.
60-
3. Clone the repository again once git is properly configured.
61-
6253
### Benchmarking script
6354

6455
To run the all benchmarks of your branch against master, you can run the script

0 commit comments

Comments
 (0)