Skip to content

Commit a4f8d2d

Browse files
rasatomasz1986
andauthored
building: Fix cd command on Windows (#820)
`/d` is required if you are on a different drive. Co-authored-by: tomasz1986 <[email protected]>
1 parent d46b273 commit a4f8d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Building (Windows)
7979
8080
# Pick a place for your Syncthing source.
8181
> md "%USERPROFILE%\dev"
82-
> cd "%USERPROFILE%\dev"
82+
> cd /d "%USERPROFILE%\dev"
8383
8484
# Grab the code.
8585
> git clone https://github.com/syncthing/syncthing.git

0 commit comments

Comments
 (0)