Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Fix typo in command to check available wsl linux distros.
  • Loading branch information
kimjammer authored Jan 16, 2022
1 parent 918f209 commit d435c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ This will install Ubuntu by default.
wsl --install
```

You can confirm WSL2 is enabled using `wsl -l -v` in PowerShell. To see other distributions that are available, use `wsl --install -l -o`.
You can confirm WSL2 is enabled using `wsl -l -v` in PowerShell. To see other distributions that are available, use `wsl -l -o`.

If you have previously installed WSL1, upgrade to WSL 2. Check [this link to upgrade from WSL1 to WSL2](https://docs.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2).

Expand Down

0 comments on commit d435c06

Please sign in to comment.