Skip to content

Commit 167817d

Browse files
authored
Enquote -neopath (#1)
The `-neopath` argument must be encapsulated inside double quotes if the path contains space characters. Update the example path to use this convention, to avoid users getting confused with paths like `-neopath D:\My Games\NeotokyoSource` not working.
1 parent d9dc5ed commit 167817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ location. Open up "Properties..." then launch options and set to your
7474
custom install path:
7575

7676
```
77-
-neopath C:\PATH\TO\YOUR\NEOTOKYO\NeotokyoSource\
77+
-neopath "C:\PATH\TO\YOUR\NEOTOKYO\NeotokyoSource\"
7878
```
7979

8080
#### Linux

0 commit comments

Comments
 (0)