diff --git a/BUILDING.md b/BUILDING.md index 0cea36cab53527..b9e8e0146f5d56 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -691,6 +691,15 @@ disk space. git clone https://github.com/nodejs/node.git cd node ``` + +> \[!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. +> +> ```powershell +> git clone -c core.symlinks=true +> ``` + * If the path to your build directory contains a space or a non-ASCII character, the build will likely fail