Skip to content

Commit b869e44

Browse files
authored
Changed 2 confusing instructions (#503)
1 parent 4b123ac commit b869e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,13 +453,13 @@ It should open the terminal settings:
453453

454454
You may see an orange circle rather than a penguin as the logo for Ubuntu.
455455

456-
We have circled in red the part you need to change:
456+
We have circled in red the part you need to add:
457457

458458
![Windows Terminal JSON settings file](images/windows_terminal_settings_json.png)
459459

460460
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:
461+
462+
Place the following command line inside the { } block that contains "name": "Ubuntu" (like in the screenshot):
463463

464464
```bash
465465
"commandline": "wsl.exe ~",

0 commit comments

Comments
 (0)