We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b123ac commit b869e44Copy full SHA for b869e44
1 file changed
windows.md
@@ -453,13 +453,13 @@ It should open the terminal settings:
453
454
You may see an orange circle rather than a penguin as the logo for Ubuntu.
455
456
-We have circled in red the part you need to change:
+We have circled in red the part you need to add:
457
458

459
460
First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory instead of the Windows one:
461
-- Locate the entry with both `"name": "Ubuntu",` and `"hidden": false,`
462
-- Add the following line after it:
+
+Place the following command line inside the { } block that contains "name": "Ubuntu" (like in the screenshot):
463
464
```bash
465
"commandline": "wsl.exe ~",
0 commit comments