Add case for downloads folder with space for the legacy WSL1 instructions, also fix WSL1 path in dedicated folder example with spaces.

This commit is contained in:
luckytyphlosion
2020-11-28 11:38:02 -05:00
parent b9eb605fbf
commit 47d4ff2448
2 changed files with 2 additions and 2 deletions

View File

@@ -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