From 9449c416d7280488a5a243e4d3993af962cdd79d Mon Sep 17 00:00:00 2001 From: duangavin123 <542985702@qq.com> Date: Fri, 9 Apr 2021 18:17:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update=20zh-cn/device-dev/get-code/?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E8=8E=B7=E5=8F=96.md.=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\272\220\347\240\201\350\216\267\345\217\226.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" "b/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" index 7d8e2eab36b..dbf788bb186 100644 --- "a/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" +++ "b/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" @@ -300,7 +300,7 @@ OpenHarmony是HarmonyOS的开源版,由华为捐赠给开放原子开源基金 通过repo下载 ``` - repo init -u [https://gitee.com/openharmony/manifest.git](https://gitee.com/openharmony/manifest.git) -b OpenHarmony_1.0.1_release --no-repo-verify + repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony_1.0.1_release --no-repo-verify repo sync -c ``` -- Gitee From ab3a1c4090478979c847e1fa0cd44271a257d1d4 Mon Sep 17 00:00:00 2001 From: duangavin123 <542985702@qq.com> Date: Fri, 9 Apr 2021 18:26:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update=20en/device-dev/get-code/source-code?= =?UTF-8?q?-acquisition.md.=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/device-dev/get-code/source-code-acquisition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/get-code/source-code-acquisition.md b/en/device-dev/get-code/source-code-acquisition.md index 3acc4f92d0b..1047e9bf425 100644 --- a/en/device-dev/get-code/source-code-acquisition.md +++ b/en/device-dev/get-code/source-code-acquisition.md @@ -300,7 +300,7 @@ You must install **Node.js** and HPM on your local PC. The installation proced Use the **repo** tool to download the release code. ``` - repo init -u [https://gitee.com/openharmony/manifest.git](https://gitee.com/openharmony/manifest.git) -b OpenHarmony_1.0.1_release --no-repo-verify + repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony_1.0.1_release --no-repo-verify repo sync -c ``` -- Gitee