From e1818cd0f8dc77a796504b6d2efb5cf7d11ddbc3 Mon Sep 17 00:00:00 2001 From: Thecrazyskull Date: Thu, 8 Oct 2015 21:03:23 +0200 Subject: [PATCH] update readme Change-Id: I96834e35a36689abffbe8dfed71cb904f623e3c8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af711b4..cf8764c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can send patches by using these commands: git add -A git commit -m "commit message" - git push ssh://@gerrit.omnirom.org:29418/ HEAD:refs/for/android-5.1 + git push ssh://@gerrit.omnirom.org:29418/ HEAD:refs/for/android-6.0 Register at gerrit.omnirom.org and use the username that you registered there in the above command @@ -27,7 +27,7 @@ familiar with [Git and Repo](http://source.android.com/download/using-repo). To initialize your local repository using the OMNIROM trees, use a command like this: - repo init -u git://github.com/omnirom/android.git -b android-5.1 + repo init -u git://github.com/omnirom/android.git -b android-6.0 Then to sync up: