README: Cleaned up the main README.md doc
it should make more sense now Change-Id: Icdd5091ad90a7717373e98d553cc36585d5e58cc
This commit is contained in:
parent
21ae90388d
commit
5aedfbb045
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -1,6 +1,6 @@
|
|||
Submitting Patches
|
||||
------------------
|
||||
We're open source, and patches are always welcome!
|
||||
Our ROM is open source, and patches are always welcome!
|
||||
You can send patches by using these commands:
|
||||
|
||||
cd <project>
|
||||
|
@ -25,7 +25,7 @@ Getting Started
|
|||
To get started with OMNI ROM, you'll need to get
|
||||
familiar with [Git and Repo](http://source.android.com/download/using-repo).
|
||||
|
||||
To initialize your local repository using the OMNI trees, use a command like this:
|
||||
To initialize your local repository using the OMNIROM trees, use a command like this:
|
||||
|
||||
repo init -u git://github.com/omnirom/android.git -b <branch>
|
||||
|
||||
|
@ -37,5 +37,12 @@ Then to build:
|
|||
|
||||
cd <source-dir>; . build/envsetup.sh; brunch <device_name>
|
||||
|
||||
If you need more information or a more detailed guide, check [Here](http://docs.omnirom.org)
|
||||
Our Official IRC Channel: [#omnirom - USERS](http://webchat.freenode.net/?channels=omnirom) , [#omni - DEVS](http://webchat.freenode.net/?channels=omni)
|
||||
|
||||
If you need more information or a more detailed guide, click [here to see our wiki.](http://docs.omnirom.org)
|
||||
|
||||
Our official IRC Channels are hosted on Freenode:
|
||||
|
||||
[#omnirom - USERS](http://webchat.freenode.net/?channels=omnirom/)
|
||||
|
||||
[#omni - DEVELOPERS](http://webchat.freenode.net/?channels=omni/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue