From bcee1d9736f7c6f638a1f7c4cca8927ed8893091 Mon Sep 17 00:00:00 2001 From: chengwenzhe Date: Tue, 10 Aug 2021 13:13:50 +0800 Subject: [PATCH] update README --- README.en.md | 40 +++++++++++++++++++++++++++++++++------- README.md | 40 +++++++++++++++++++++++++++++++++------- 2 files changed, 66 insertions(+), 14 deletions(-) diff --git a/README.en.md b/README.en.md index a55cd11..956ac64 100644 --- a/README.en.md +++ b/README.en.md @@ -8,15 +8,41 @@ Software architecture description #### Installation -1. xxxx -2. xxxx -3. xxxx +1. Download Openeuler ISO image and install the system -#### Instructions + ``` + https://openeuler.org/zh/download/ + ``` -1. xxxx -2. xxxx -3. xxxx +2. Update software source + + ``` + sudo dnf update + ``` + +3. Install DDE + + ``` + sudo dnf install dde + ``` + +4. The settings are started as a graphical interface + + ``` + sudo systemctl set-default graphical.target + ``` + +5. restart + + ``` + sudo reboot + ``` + +6. After the restart is completed, login to the desktop using the user created during the installation or openeuler user + + ``` + DDE desktop cannot login with root account. DDE has built-in openeuler user whose password is openeuler + ``` #### Contribution diff --git a/README.md b/README.md index 698a6c4..1c5f128 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,41 @@ Deepin New Desktop Environment - Next #### 安装教程 -1. xxxx -2. xxxx -3. xxxx +1. [下载](https://openeuler.org/zh/download/)openEuler ISO镜像并安装系统 -#### 使用说明 + ``` + https://openeuler.org/zh/download/ + ``` -1. xxxx -2. xxxx -3. xxxx +2. 更新软件源 + + ``` + sudo dnf update + ``` + +3. 安装DDE + + ``` + sudo dnf install dde + ``` + +4. 设置以图形界面的方式启动 + + ``` + sudo systemctl set-default graphical.target + ``` + +5. 重启 + + ``` + sudo reboot + ``` + +6. 在重启完成后,使用安装过程中创建的用户或openeuler用户登陆桌面 + + ``` + dde桌面无法使用root账号登陆 dde内置了openeuler用户,此用户的密码为openeuler + ``` #### 参与贡献 -- Gitee