Skip to content

Commit 63f62ba

Browse files
committed
Add quotes to commands with spaces
1 parent c2af9e6 commit 63f62ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Run the following commands and replace the placeholder.
4747
- Set the path to the CustomScenery folder in the x-plane game folder. The path must contain the ending slashes!
4848
- **Windows:** (use double backslash due to character escaping)
4949
```
50-
xplane-gateway-downloader config --custom-scenery-folder C:\\path\\to\\X-Plane 11\\Custom Scenery\\
50+
xplane-gateway-downloader config --custom-scenery-folder "C:\\path\\to\\X-Plane 11\\Custom Scenery\\"
5151
```
5252
- **Linux:**
5353
```
54-
xplane-gateway-downloader config --custom-scenery-folder /path/to/Custom Scenery/
54+
xplane-gateway-downloader config --custom-scenery-folder "/path/to/Custom Scenery/"
5555
```
5656
5757
- Set your X-Plane game version. This will allow the application to not download airports if there is no newer version available and therefore save disk space.

0 commit comments

Comments
 (0)