add en/Development-And-Common-Documents/Basic_Operation/How_Upgrade_System.md.

Signed-off-by: jlspcdd1227dd <12046126+jlspcdd1227dd@user.noreply.gitee.com>
This commit is contained in:
jlspcdd1227dd 2023-03-23 07:38:55 +00:00 committed by Gitee
parent f6dc55dcfe
commit e2ade5c5bb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# How to upgrade openKylin
## Download the new installation through the official website
[Download link](https://www.openkylin.top/downloads/)
## Users who have already installed openKylin can upgrade via:
```
sudo apt update
sudo apt full-upgrade
```