浏览代码

README: update for android-8.0

- change branches

Change-Id: Ib651a2e42649f8390c22d763838e898090aa0ac0
Jacob Whatley 9 年之前
父节点
当前提交
9521917197
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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-7.0
+    git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-8.0
 
 Register at <gerrit.omnirom.org> and use the username that you registered there in the above command
 
@@ -58,7 +58,7 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html).
 
 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-7.0
+    repo init -u git://github.com/omnirom/android.git -b android-8.0
 
 Then to sync up: