From 2065392e58abf1c159f9880f3a0837398deda14c Mon Sep 17 00:00:00 2001 From: fangye Date: Mon, 26 Sep 2022 22:13:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangye Change-Id: Ia91a48a296d329511650e5d37425144fc4375400 --- niobeu4/README_zh.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/niobeu4/README_zh.md b/niobeu4/README_zh.md index ec44de0..07935de 100755 --- a/niobeu4/README_zh.md +++ b/niobeu4/README_zh.md @@ -182,10 +182,8 @@ source ~/.bashrc ```shell mkdir niobeu4_src && cd niobeu4_src -repo init -u https://gitee.com/openharmony-sig/manifest.git -m devboard_niobeu4.xml +repo init -u https://gitee.com/openharmony/manifest.git -b master -m chipsets/niobeu4.xml -g ohos:mini repo sync -c -repo forall -c 'git lfs pull' -repo start master --all ``` ## 构建源码 -- Gitee