Fix typo in Ubuntu desktop installation command

Corrected a minor typo in the README.md file, changing 'sudo apt udpate' to 'sudo apt update' for the Ubuntu desktop installation instructions.
This commit is contained in:
Timothyxxx
2025-02-20 21:43:12 +08:00
parent 5f6497afda
commit 884676cebc

View File

@@ -44,7 +44,7 @@ Make a new VM with the Ubuntu 20.04 LTS image.
### How to install Ubuntu Desktop (package: ubuntu-desktop) with GNOME desktop environment on Ubuntu 22.04 system.
```bash
sudo apt udpate
sudo apt update
sudo apt install ubuntu-desktop
sudo systemctl set-default graphical.target
```