From f131ea40a4939d45d400d4a55e341e2199e53a7d Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 1 May 2024 07:55:25 +0300 Subject: [PATCH] README: point to scarthgap branch of the manifest Signed-off-by: Dmitry Baryshkov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3b285..ca6f273 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ chmod a+x ~/bin/repo ``` Run repo init to bring down the latest version of Repo with all its most recent bug fixes. You must specify a URL for the manifest, which specifies where the various repositories included in the Android source will be placed within your working directory. To check out the current branch, specify it with -b: ``` -repo init -u https://github.com/96boards/oe-rpb-manifest.git -b qcom/master +repo init -u https://github.com/96boards/oe-rpb-manifest.git -b qcom/scarthgap ``` When prompted, configure Repo with your real name and email address.