Skip to content

Commit af4449f

Browse files
authored
Merge pull request #45711 from lasteris/contrib-guide-setup-fix
Update Guide for contributors, enabling symlinks on Windows
2 parents e96a53d + 01bb4f0 commit af4449f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ If you have not done so on this machine, you need to:
252252
* Windows:
253253
* enable longpaths: `git config --global core.longpaths true`
254254
* avoid CRLF breaks: `git config --global core.autocrlf false`
255+
* enable symlinks: `git config --global core.symlinks true`
255256
* Install Java SDK 17+ (OpenJDK recommended)
256257
* Install [GraalVM](https://quarkus.io/guides/building-native-image)
257258
* Install platform C developer tools:

0 commit comments

Comments
 (0)