From a9a31286a27d7ee6b00f30e2e4a0d2bcf6aa8513 Mon Sep 17 00:00:00 2001 From: ARUL DEVARAJAN <arulkumaran.devarajan@huawei.com> Date: Mon, 22 Mar 2021 07:19:05 +0000 Subject: [PATCH] Update downloading-tools-and-sourcecode for repo init directory path, fixes issue #41 --- quick-start/downloading-tools-and-sourcecode.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick-start/downloading-tools-and-sourcecode.rst b/quick-start/downloading-tools-and-sourcecode.rst index ea21f24..e1b8879 100644 --- a/quick-start/downloading-tools-and-sourcecode.rst +++ b/quick-start/downloading-tools-and-sourcecode.rst @@ -30,7 +30,7 @@ If you are a user and wants to build your product on top of OHOS, then clone the .. code-block:: console $ mkdir ohos; cd ohos - $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git -b stable + $ repo init -u https://git.ostc-eu.org/OSTC/OHOS/manifest.git -b stable $ repo sync --no-clone-bundle **For OHOS Developer** @@ -40,7 +40,7 @@ If you are a developer and wants to contribute to OHOS, then clone the ‘develo .. code-block:: console $ mkdir ohos; cd ohos - $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git -b develop -m develop.xml + $ repo init -u https://git.ostc-eu.org/OSTC/OHOS/manifest.git -b develop -m develop.xml $ repo sync --no-clone-bundle The preceding commands creates the following directory structure (layers): -- GitLab