summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-11-28 11:38:02 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-11-28 11:38:02 -0500
commit47d4ff24483abbd416598055f8a5867ff7723378 (patch)
tree71f9794c5c24f2447d219154b61bff9297302d65 /docs
parentb9eb605fbf07b0f27917e83b302074abd2f681d0 (diff)
Add case for downloads folder with space for the legacy WSL1 instructions, also fix WSL1 path in dedicated folder example with spaces.
Diffstat (limited to 'docs')
-rw-r--r--docs/legacy_WSL1_INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/legacy_WSL1_INSTALL.md b/docs/legacy_WSL1_INSTALL.md
index 5e2a7e167..731b8f433 100644
--- a/docs/legacy_WSL1_INSTALL.md
+++ b/docs/legacy_WSL1_INSTALL.md
@@ -15,7 +15,7 @@ For example, if the package file was saved to **C:\Users\\_\<user>_\Downloads**
cd /mnt/c/Users/<user>/Downloads
```
-(The Windows C:\ drive is called /mnt/c/ in WSL. Replace <user> in the example path with your **Windows** username. Windows path names are case-insensitive so adhereing to capitalization isn't needed)
+(The Windows C:\ drive is called /mnt/c/ in WSL. Replace <user> in the example path with your **Windows** username. If the path has spaces, then the path must be wrapped with quotations, e.g. `cd "/mnt/c/users/<user>/Downloads folder"`. Windows path names are case-insensitive so adhereing to capitalization isn't needed)
Once the directory has been changed to the folder containing the devkitPro package, run the following commands to install devkitPro.
```bash