aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.mkdn24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.mkdn b/README.mkdn
new file mode 100644
index 0000000..b8bc44e
--- /dev/null
+++ b/README.mkdn
@@ -0,0 +1,24 @@
+CyanogenMod
+===========
+
+Getting Started
+---------------
+
+To get started with Android/CyanogenMod, you'll need to get
+familiar with Git and Repo.
+
+[http://source.android.com/download/using-repo](http://source.android.com/download/using-repo)
+
+To initialize your local repository using the CyanogenMod trees,
+use a command like this:
+
+ repo init -u git://github.com/CyanogenMod/android.git -b froyo
+
+Then to sync up:
+
+ repo sync
+
+Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.com/) for building instructions.
+
+
+Patches welcome! Send pull requests with your changes!