diff --git a/documentation/source/quick-start/build-open-harmony.rst b/documentation/source/quick-start/build-open-harmony.rst
index 11b9527c5e72ffc8e8f4244ef3943bb01afa03cc..06927d5e02d54c21367cea048b3ef9ba5a549ed8 100644
--- a/documentation/source/quick-start/build-open-harmony.rst
+++ b/documentation/source/quick-start/build-open-harmony.rst
@@ -33,7 +33,7 @@ Once git repo has been installed as mentioned in prerequisite, clone the necessa
  .. code-block:: console
  
       $ mkdir ohos; cd ohos
-      $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git
+      $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git -b develop
       $ repo sync
 
  Above commands creates the following directory structure: