Skip to content

Commit

Permalink
Fix formatting in WSL.md (rh-hideout#5942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafeei authored Jan 3, 2025
1 parent 875f0f7 commit dd985db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/windows/WSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd985db

Please sign in to comment.