From 1305b57b54136edaef1a01a3c5e009067c4e58db Mon Sep 17 00:00:00 2001 From: ARUL DEVARAJAN <arulkumaran.devarajan@huawei.com> Date: Fri, 12 Mar 2021 05:41:33 +0000 Subject: [PATCH] Update build-open-harmony.rst for issue #14 --- quick-start/build-open-harmony.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick-start/build-open-harmony.rst b/quick-start/build-open-harmony.rst index be64ec5..ae4b0ec 100644 --- a/quick-start/build-open-harmony.rst +++ b/quick-start/build-open-harmony.rst @@ -56,7 +56,7 @@ If you are a user and wants to build your product on top of OHOS, then clone the $ mkdir ohos; cd ohos $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git -b stable - $ repo sync + $ repo sync --no-clone-bundle **For OHOS Developer** If you are a developer and wants to contribute to OHOS, then clone the ‘develop’ branch by executing the following commands: -- GitLab