From 5e0fec8b5f54f15ed515b1a497273a2f949ad43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E4=B9=A6=E5=8C=85=E6=88=91=E7=9A=84=E5=A5=BD?= =?UTF-8?q?=E5=85=84=E5=BC=9F?= <17610773018@163.com> Date: Wed, 29 Nov 2023 08:27:11 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E5=A4=84=E5=91=BD=E4=BB=A4=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AF=8D=E5=86=99=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蓝书包我的好兄弟 <17610773018@163.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef79cc9..d1b6777 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ export WORK_SPACE=/home/xxx/workspace #替换成自己定义的workspace路径 export PROJ_ROOT=$WORK_SPACE/OpenHarmony mkdir $WORK_SPACE mkdir $PROJ_ROOT -cd &PROJ_ROOT +cd $PROJ_ROOT repo init -u https://gitee.com/openharmony/manifest -b refs/tags/OpenHarmony-v3.2-Release --no-repo-verify repo sync -c repo forall -c 'git lfs pull' @@ -46,7 +46,7 @@ sudo apt-get update && sudo apt-get install binutils git git-lfs gnupg flex biso ## 1.5 执行prebuilts 进入OpenHarmony源码根目录,执行脚本,安装编译器及二进制工具。 ``` -cd &PROJ_ROOT +cd $PROJ_ROOT bash build/prebuilts_download.sh ``` -- Gitee