Skip to content

Commit b34a26a

Browse files
authored
Changed 2 confusing instructions
1 parent ec5a6dd commit b34a26a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

windows.md

Lines changed: 4 additions & 4 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

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:
460+
First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory instead of the Windows one.
461+
462+
- Place the following line inside the { } block that contains "name": "Ubuntu" (like in the screenshot):
463463

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

0 commit comments

Comments
 (0)