Fix formatting in WSL.md (#5942)

This commit is contained in:
Cafe 2025-01-03 16:49:42 +04:00 committed by GitHub
parent 875f0f7436
commit dd985dbb56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 2. Once the process finishes, restart your machine.
### WSL1 ### 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 ```powershell
wsl --set-version Ubuntu 1 wsl --set-version Ubuntu 1
``` ```
### WSL2 ### 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 ```powershell
wsl --set-version Ubuntu 2 wsl --set-version Ubuntu 2