diff --git a/README.md b/README.md new file mode 100644 index 0000000..e978746 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Getting Started +--------------- + +To get started with this ROM, you'll need to get +familiar with [Git and Repo](http://source.android.com/download/using-repo). + +To initialize your local repository use a command like this: + + repo init -u git://github.com/OMAP4-AOSP/android.git -b + +Then to sync up: + + repo sync