From 5eeac57c1b98813f0085e04ce60beafafbac7c19 Mon Sep 17 00:00:00 2001
From: Robert Drab <robert.drab@huawei.com>
Date: Wed, 27 Jan 2021 17:01:00 +0100
Subject: [PATCH] Change README to point to stable manifest

We want README pointing to the stable manifest to avoid any issues
with the build process especially for the first time users.

Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/8
Signed-off-by: Robert Drab <robert.drab@huawei.com>
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 57dacaf8..4d4bdfe4 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,12 @@ 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/OHOS/manifest.git
+    $ repo init -u https://git.ostc-eu.org/OSTC/OHOS/manifest.git -b stable
     $ repo sync
 
-Above commands should result in the following directory structure:
+You can checkout latest development source code by using `develop` branch instead of `stable` with the above `repo init` command.
+
+`repo sync` command should result in the following directory structure:
 
     ./ohos/
     └── sources
-- 
GitLab