From f9a4e614b17a3f47624dcc7d6defe353d52916c8 Mon Sep 17 00:00:00 2001 From: Robert Drab <robert.drab@huawei.com> Date: Thu, 14 Jan 2021 08:43:03 +0100 Subject: [PATCH] Move manifest repo to OHOS meta-ohos and manifest moved from OSTC to OSTC/OHOS subgroup Signed-off-by: Robert Drab <robert.drab@huawei.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a19f322..1f347ee8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To start working with **meta-ohos** first install git repo: Once git repo has been installed we can use it to clone the necessary repositories: $ mkdir ohos; cd ohos - $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git + $ repo init -u https://git.ostc-eu.org/OSTC/OHOS/manifest.git $ repo sync Above commands should result in the following directory structure: -- GitLab