Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion system-setup/windows/windows-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Open Powershell on your computer with administrative access (right click on powe

Enter the following command to set your system default to WSL 2:

`wsl --set-default-version 2`
- `wsl --set-default-version 2`

CAREFULLY read the output you get from running that command. Click the output that you get on your system:

Expand All @@ -72,6 +72,10 @@ Your system is all set, proceed with the following instructions here.

</details>

Run the following command in Powershell:

- `wsl --update`

### Install the Ubuntu app from the Windows Store

1. Open the Microsoft Store and install the "Ubuntu" App with no version numbers(preferred), or latest version based on options avaliable. If you can't find it, [view it online](https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab).
Expand Down
3 changes: 2 additions & 1 deletion system-setup/windows/windows-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ For setting up a modern development environment on Windows 11, we will require t
> **NOTE**: The following instructions are summarized from the [Microsoft WSL2 Installation Documentation](https://docs.microsoft.com/en-us/windows/wsl/install){:target="_blank"}

1. Open Powershell on your computer with administrative access (right click on powershell and run as administrator).
2. Run the following command:
2. Run the following commands:

```bash
wsl --install
wsl --update
```

3. You may be prompted to reboot your machine.
Expand Down