From aaf85962cf49b60055c0ae1c0edaa1893eb11020 Mon Sep 17 00:00:00 2001 From: mcfd <990773468@qq.com> Date: Tue, 19 Apr 2022 13:33:23 +0800 Subject: [PATCH] fix name --- docs/en/docs/Quickstart/quick-start.md | 16 ++++++++-------- docs/zh/docs/Quickstart/quick-start.md | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/en/docs/Quickstart/quick-start.md b/docs/en/docs/Quickstart/quick-start.md index 44e0a03c6..8ae9c9cf0 100644 --- a/docs/en/docs/Quickstart/quick-start.md +++ b/docs/en/docs/Quickstart/quick-start.md @@ -106,7 +106,7 @@ Perform the following operations to obtain the openEuler release package: 3. Click the link provided after **Download ISO**. The download list is displayed. -4. Click **openEuler-22.03_LTS**. The openEuler 22.03_LTS version download list is displayed. +4. Click **openEuler-22.03-LTS**. The openEuler 22.03_LTS version download list is displayed. 5. Click **ISO**. The ISO download list is displayed. @@ -119,14 +119,14 @@ Perform the following operations to obtain the openEuler release package: - If the AArch64 architecture is used: 1. Click **aarch64**. - 2. Click **openEuler-22.03_LTS-aarch64-dvd.iso** to download the openEuler release package to the local host. - 3. Click **openEuler-22.03_LTS-aarch64-dvd.iso.sha256sum** to download the openEuler verification file to the local host. + 2. Click **openEuler-22.03-LTS-aarch64-dvd.iso** to download the openEuler release package to the local host. + 3. Click **openEuler-22.03-LTS-aarch64-dvd.iso.sha256sum** to download the openEuler verification file to the local host. - If the x86\_64 architecture is used: 1. Click **x86\_64**. - 2. Click **openEuler-22.03_LTS-x86\_64-dvd.iso** to download the openEuler release package to the local host. - 3. Click **openEuler-22.03_LTS-x86\_64-dvd.iso.sha256sum** to download the openEuler verification file to the local host. + 2. Click **openEuler-22.03-LTS-x86\_64-dvd.iso** to download the openEuler release package to the local host. + 3. Click **openEuler-22.03-LTS-x86\_64-dvd.iso.sha256sum** to download the openEuler verification file to the local host. ## Checking the Release Package Integrity @@ -135,13 +135,13 @@ To prevent incomplete download of the software package due to network or storage 1. Obtain the verification value in the verification file. Run the following command: ``` - $cat openEuler-22.03_LTS-aarch64-dvd.iso.sha256sum + $cat openEuler-22.03-LTS-aarch64-dvd.iso.sha256sum ``` 2. Calculate the SHA256 verification value of the file. Run the following command: ``` - $sha256sum openEuler-22.03_LTS-aarch64-dvd.iso + $sha256sum openEuler-22.03-LTS-aarch64-dvd.iso ``` After the command is run, the verification value is displayed. @@ -348,4 +348,4 @@ After the system is installed and restarted, the system CLI login page is displa ``` ip addr - ``` \ No newline at end of file + ``` diff --git a/docs/zh/docs/Quickstart/quick-start.md b/docs/zh/docs/Quickstart/quick-start.md index 8c7607ce0..e4579c970 100644 --- a/docs/zh/docs/Quickstart/quick-start.md +++ b/docs/zh/docs/Quickstart/quick-start.md @@ -103,7 +103,7 @@ 1. 登录[openEuler社区](https://openeuler.org)网站。 2. 单击“下载”。 3. 单击“获取ISO:”后面的“Link”,显示版本列表。 -4. 单击“openEuler-22.03_LTS”,进入openEuler 22.03_LTS版本下载列表。 +4. 单击“openEuler-22.03-LTS”,进入openEuler 22.03_LTS版本下载列表。 5. 单击“ISO”,进入ISO下载列表。 - aarch64:AArch64架构的ISO。 - x86\_64:x86\_64架构的ISO。 @@ -112,13 +112,13 @@ 6. 根据实际待安装环境的架构选择需要下载的openEuler的发布包和校验文件。 - 若为AArch64架构。 1. 单击“aarch64”。 - 2. 单击“openEuler-22.03_LTS-aarch64-dvd.iso”,将openEuler发布包下载到本地。 - 3. 单击“openEuler-22.03_LTS-aarch64-dvd.iso.sha256sum”,将openEuler校验文件下载到本地。 + 2. 单击“openEuler-22.03-LTS-aarch64-dvd.iso”,将openEuler发布包下载到本地。 + 3. 单击“openEuler-22.03-LTS-aarch64-dvd.iso.sha256sum”,将openEuler校验文件下载到本地。 - 若为x86\_64架构。 1. 单击“x86\_64”。 - 2. 单击“openEuler-22.03_LTS-x86\_64-dvd.iso”,将openEuler发布包下载到本地。 - 3. 单击“openEuler-22.03_LTS-x86\_64-dvd.iso.sha256sum”,将openEuler校验文件下载到本地。 + 2. 单击“openEuler-22.03-LTS-x86\_64-dvd.iso”,将openEuler发布包下载到本地。 + 3. 单击“openEuler-22.03-LTS-x86\_64-dvd.iso.sha256sum”,将openEuler校验文件下载到本地。 @@ -129,13 +129,13 @@ 1. 获取校验文件中的校验值。执行命令如下: ``` - $ cat openEuler-22.03_LTS-aarch64-dvd.iso.sha256sum + $ cat openEuler-22.03-LTS-aarch64-dvd.iso.sha256sum ``` 2. 计算文件的sha256校验值。执行命令如下: ``` - $ sha256sum openEuler-22.03_LTS-aarch64-dvd.iso + $ sha256sum openEuler-22.03-LTS-aarch64-dvd.iso ``` 命令执行完成后,输出校验值。 -- Gitee