@@ -449,13 +449,13 @@ It should open the terminal settings:
449449
450450You may see an orange circle rather than a penguin as the logo for Ubuntu.
451451
452- We have circled in red the part you need to change :
452+ We have circled in red the part you need to add :
453453
454454![ Windows Terminal JSON settings file] ( https://github.com/lewagon/setup/blob/master/images/windows_terminal_settings_json.png )
455455
456- First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory instead of the Windows one:
457- - Locate the entry with both ` "name": "Ubuntu", ` and ` "hidden": false, `
458- - Add the following line after it :
456+ First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory instead of the Windows one.
457+
458+ - Place this line inside the { } block that contains "name": "Ubuntu" (like in the screenshot) :
459459
460460``` bash
461461" commandline" : " wsl.exe ~" ,
@@ -464,7 +464,8 @@ First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory inst
464464:warning : Do not forget the comma at the end of the line!
465465
466466Then, let's disable warnings for copy-pasting commands between Windows and Ubuntu:
467- - Locate the line ` "defaultProfile": "{2c4de342-...}" `
467+
468+ - Locate the line "defaultProfile": "{2c4de342-...}"
468469- Add the following line after it:
469470
470471``` bash
@@ -1352,6 +1353,7 @@ Try `docker run hello-world` again.
13521353![ ] ( images/gcp-create-project.png )
13531354
13541355- Give it a name such as ` Wagon Bootcamp ` for example
1356+ - ❗ Check that the field _ Location_ is set to _ No organization_ ❗
13551357- Notice the ` ID ` automatically created for the project, e.g. ` wagon-bootcamp-123456 `
13561358
13571359![ ] ( images/gcp_project.png )
0 commit comments