node icon indicating copy to clipboard operation
node copied to clipboard

doc: add note for windows users and symlinks

Open redyetidev opened this issue 9 months ago • 0 comments

This PR adds instructions on how to enable cloned symlinks on windows.

[!TIP] If you are building from a Windows machine, symlinks are disabled by default, and can be enabled by cloning with the -c core.symlinks=true flag.

git clone -c core.symlinks=true <repository_url>

redyetidev avatar May 23 '24 13:05 redyetidev