From 02b2b7550508c15df47f6e8ce793ed1cd6d02966 Mon Sep 17 00:00:00 2001 From: fhxing Date: Fri, 14 Aug 2020 10:36:53 +0800 Subject: [PATCH] Change "#" to "$". --- content/en/docs/Quickstart/quick-start.md | 4 ++-- content/zh/docs/Quickstart/quick-start.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/Quickstart/quick-start.md b/content/en/docs/Quickstart/quick-start.md index 728d86c81..fc99ba179 100644 --- a/content/en/docs/Quickstart/quick-start.md +++ b/content/en/docs/Quickstart/quick-start.md @@ -129,13 +129,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-20.03-LTS-aarch64-dvd.iso.sha256sum + $ cat openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum ``` 2. Calculate the SHA256 verification value of the file. Run the following command: ``` - #sha256sum openEuler-20.03-LTS-aarch64-dvd.iso + $ sha256sum openEuler-20.03-LTS-aarch64-dvd.iso ``` After the command is run, the verification value is displayed. diff --git a/content/zh/docs/Quickstart/quick-start.md b/content/zh/docs/Quickstart/quick-start.md index 5a7804c57..bf3814d1f 100644 --- a/content/zh/docs/Quickstart/quick-start.md +++ b/content/zh/docs/Quickstart/quick-start.md @@ -129,13 +129,13 @@ 1. 获取校验文件中的校验值。执行命令如下: ``` - #cat openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum + $ cat openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum ``` 2. 计算文件的sha256校验值。执行命令如下: ``` - #sha256sum openEuler-20.03-LTS-aarch64-dvd.iso + $ sha256sum openEuler-20.03-LTS-aarch64-dvd.iso ``` 命令执行完成后,输出校验值。 -- Gitee