diff --git a/content/en/docs/Quickstart/quick-start.md b/content/en/docs/Quickstart/quick-start.md index 728d86c81f1bac44c6564b4453289aafb5583a38..fc99ba179cb10a310b3b6666819b31f31593ec2f 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 5a7804c577562f3ed188c1af6e0ae4834673c2d7..bf3814d1ffa128f3a340a00ba426cdc03fad1ec8 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 ``` 命令执行完成后,输出校验值。