Skip to content

Commit ec5a6dd

Browse files
author
github-actions
committed
setup guides generated
1 parent b869e44 commit ec5a6dd

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 add:
456+
We have circled in red the part you need to change:
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-
462-
Place the following command line inside the { } block that contains "name": "Ubuntu" (like in the screenshot):
461+
- Locate the entry with both `"name": "Ubuntu",` and `"hidden": false,`
462+
- Add the following line after it:
463463

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

0 commit comments

Comments
 (0)