Skip to content

Commit

Permalink
setup MS Windows: separate the two WSL commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Apr 11, 2024
1 parent 882fa07 commit 0547098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data-toggle="tab">Linux</a></li>
{: .callout }
2. Open PowerShell as Administrator ("Start menu" > "PowerShell" > right-click > "Run as Administrator")
and paste the following commands followed by <kbd>Enter</kbd> to install WSL 2:
`wsl --update`
`wsl --update`, and then
`wsl --install --distribution Ubuntu`
To ensure that `Ubuntu` is the default subsystem instead of `docker-desktop-*`, you may need to use:
`wsl --set-default Ubuntu`
Expand Down

0 comments on commit 0547098

Please sign in to comment.