Docs Update

This commit is contained in:
2026-01-02 05:54:52 +00:00
parent 4b44c3de91
commit 9625b495db
4 changed files with 63 additions and 1 deletions

View File

@@ -154,7 +154,12 @@ Open PowerShell as Administrator:
# Install WSL2 with Ubuntu
wsl --install -d Ubuntu-22.04
# Restart computer when prompted
# set the user name and password
# Then update the system
sudo apt update
sudo apt upgrade
# Restart computer if prompted
```
### Step 2: Enable GUI Support (WSLg)