Skip to content

Commit 01bb4f0

Browse files
committed
Update Guide for contributors, enabling symlinks on Windows
1 parent cc10bd9 commit 01bb4f0

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)