diff options
| author | KimJammer <[email protected]> | 2022-01-15 19:57:38 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-15 19:57:38 -0500 |
| commit | d435c064554a00d3a5ee411457c1369051f78db4 (patch) | |
| tree | 3448b6abb372497aaaf7c11b5b3e24623a3964d6 | |
| parent | Add suggested changes to Windows Section (diff) | |
| download | docker-osx-d435c064554a00d3a5ee411457c1369051f78db4.tar.xz docker-osx-d435c064554a00d3a5ee411457c1369051f78db4.zip | |
Update README
Fix typo in command to check available wsl linux distros.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |