Skip to content

Commit 15932bc

Browse files
Added instruction for updating WSL (#166)
* Added instruction for updating WSL * Changed asterisk to dash
1 parent 77ad476 commit 15932bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

system-setup/windows/windows-10.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Open Powershell on your computer with administrative access (right click on powe
4646

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

49-
`wsl --set-default-version 2`
49+
- `wsl --set-default-version 2`
5050

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

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

7373
</details>
7474

75+
Run the following command in Powershell:
76+
77+
- `wsl --update`
78+
7579
### Install the Ubuntu app from the Windows Store
7680

7781
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).

system-setup/windows/windows-11.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ For setting up a modern development environment on Windows 11, we will require t
1919
> **NOTE**: The following instructions are summarized from the [Microsoft WSL2 Installation Documentation](https://docs.microsoft.com/en-us/windows/wsl/install){:target="_blank"}
2020
2121
1. Open Powershell on your computer with administrative access (right click on powershell and run as administrator).
22-
2. Run the following command:
22+
2. Run the following commands:
2323

2424
```bash
2525
wsl --install
26+
wsl --update
2627
```
2728

2829
3. You may be prompted to reboot your machine.

0 commit comments

Comments
 (0)