Skip to content

Commit 4732654

Browse files
committed
Update BUILDING.md
1 parent 6d3c3f8 commit 4732654

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILDING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,9 +691,11 @@ disk space.
691691
git clone https://github.com/nodejs/node.git
692692
cd node
693693
```
694-
> [!TIP]
694+
695+
> \[!TIP]
695696
> If you are building from a Windows machine, symlinks are disabled by default, and can be enabled by cloning
696697
> with the `-c core.symlinks=true` flag.
698+
>
697699
> ```powershell
698700
> git clone -c core.symlinks=true <repository_url>
699701
> ```

0 commit comments

Comments
 (0)