From 4732654ec330aeac65ea07144409466b8683ee54 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Thu, 23 May 2024 10:08:50 -0400 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index f2af1c8b6781bd..c42c7877272001 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -691,9 +691,11 @@ disk space. git clone https://github.com/nodejs/node.git cd node ``` -> [!TIP] + +> \[!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 > ```