From d435c064554a00d3a5ee411457c1369051f78db4 Mon Sep 17 00:00:00 2001 From: KimJammer <41841812+kimjammer@users.noreply.github.com> Date: Sat, 15 Jan 2022 19:57:38 -0500 Subject: [PATCH] Update README Fix typo in command to check available wsl linux distros. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aabc9d..0a18d61 100644 --- a/README.md +++ b/README.md @@ -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).