Fix formatting in WSL.md (#5942)
This commit is contained in:
parent
875f0f7436
commit
dd985dbb56
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@ If you want the best performance and least amount of issues with Windows interfe
|
|||
2. Once the process finishes, restart your machine.
|
||||
|
||||
### WSL1
|
||||
3a. Open Windows Powershell **as Administrator** again (after restarting), and run the following command to configure Ubuntu to use WSL1.
|
||||
3. Open Windows Powershell **as Administrator** again (after restarting), and run the following command to configure Ubuntu to use WSL1.
|
||||
|
||||
```powershell
|
||||
wsl --set-version Ubuntu 1
|
||||
```
|
||||
### WSL2
|
||||
3a. Open Windows Powershell **as Administrator** again (after restarting), and run the following command to configure Ubuntu to use WSL2.
|
||||
3. Open Windows Powershell **as Administrator** again (after restarting), and run the following command to configure Ubuntu to use WSL2.
|
||||
|
||||
```powershell
|
||||
wsl --set-version Ubuntu 2
|
||||
|
|
Loading…
Reference in a new issue