update readme

Change-Id: I96834e35a36689abffbe8dfed71cb904f623e3c8
This commit is contained in:
Thecrazyskull 2015-10-08 21:03:23 +02:00 committed by Jacob Whatley
parent 31b681e0aa
commit e1818cd0f8
No known key found for this signature in database
GPG Key ID: 9A18E581795704A6
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ You can send patches by using these commands:
<make edits>
git add -A
git commit -m "commit message"
git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-5.1
git push ssh://<username>@gerrit.omnirom.org:29418/<project> 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: