Skip to content
Snippets Groups Projects
Commit 5eeac57c authored by Robert Drab's avatar Robert Drab
Browse files

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: default avatarRobert Drab <robert.drab@huawei.com>
parent 98571248
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,12 @@ To start working with **meta-ohos** first install git repo: ...@@ -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: Once git repo has been installed we can use it to clone the necessary repositories:
$ mkdir ohos; cd ohos $ 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 $ 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/ ./ohos/
└── sources └── sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment