Skip to content

Commit

Permalink
Fix version in WSL1 to WSL2 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbirse authored Oct 24, 2023
1 parent 229729d commit 9b33fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To then check if you have any WSL 1 distros installed, you can run the `wsl -l -
* Ubuntu Running 2
```

If any are running version 1, you can upgrade them to version 1 with `wsl --set-version <distro-name> 2`, for example `wsl --set-version Ubuntu 2`
If any are running version 1, you can upgrade them to version 2 with `wsl --set-version <distro-name> 2`, for example `wsl --set-version Ubuntu 2`


## Running without Docker Desktop
Expand Down

0 comments on commit 9b33fdf

Please sign in to comment.