aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Soyars <ctsoyars@gmail.com>2010-07-04 23:51:17 +0000
committerChris Soyars <ctsoyars@gmail.com>2010-07-04 23:51:17 +0000
commit58c1c73e585b89c6af17feaa690ace073d13a695 (patch)
treeb7f9e01af0ec8c52b61d621036286d8952153698
parent2d66fd43dcacce7f90c4111f74a7d30fb9de55ec (diff)
downloadmanifest-58c1c73e585b89c6af17feaa690ace073d13a695.tar.gz
manifest-58c1c73e585b89c6af17feaa690ace073d13a695.tar.bz2
manifest-58c1c73e585b89c6af17feaa690ace073d13a695.zip
Cleanup README
-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!