From f21ea2870e785738c08b845a83e86fef45c27645 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 24 Nov 2021 17:42:45 +0800 Subject: [PATCH] update docs Signed-off-by: ester.zhou --- docker/standard/CHANGELOG_en.md | 16 ++++++++-------- docker/standard/Readme-en.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker/standard/CHANGELOG_en.md b/docker/standard/CHANGELOG_en.md index 978182aa1cc..0c71b87b92a 100644 --- a/docker/standard/CHANGELOG_en.md +++ b/docker/standard/CHANGELOG_en.md @@ -1,23 +1,23 @@ - ### 0.0.5(2021/10/28) + ### 0.0.5 (2021/10/28) Added the installation of tar, binutils, git-lfs, gnutls-bin, python3.8, python3-pip and cpio. - ### 0.0.4(2021/09/18) + ### 0.0.4 (2021/09/18) -1\. dropped pre-installed build dependency tools. +1\. Removed pre-installed build dependency tools. -2\. Added the installation of ruby. +2\. Added the Ruby installation. - ### 0.0.3(2021/08/30) + ### 0.0.3 (2021/08/30) 1\. Updated LLVM from 10.0.1-62608 to 10.0.1-69957. 2\. Added the installation of gcc_aarch64. - ### 0.0.2(2021/08/11) + ### 0.0.2 (2021/08/11) -Add the installation of llvm-10.0.1-62608 and restool. +Added the installation of llvm-10.0.1-62608 and restool. - ### 0.0.1(2021/06/02) + ### 0.0.1 (2021/06/02) Provided a Docker build environment for OpenHarmony 2.0 and pre-installed build dependency tools. \ No newline at end of file diff --git a/docker/standard/Readme-en.md b/docker/standard/Readme-en.md index cd12fd5a04d..ef5f2b9d038 100755 --- a/docker/standard/Readme-en.md +++ b/docker/standard/Readme-en.md @@ -46,4 +46,4 @@ Files generated during compilation are stored in the **out/ohos-arm-release/** d **Note** - You can exit Docker by simply running the **exit** command. \ No newline at end of file +You can exit Docker by simply running the **exit** command. \ No newline at end of file -- Gitee