From 58c1c73e585b89c6af17feaa690ace073d13a695 Mon Sep 17 00:00:00 2001 From: Chris Soyars Date: Sun, 4 Jul 2010 23:51:17 +0000 Subject: Cleanup README --- README.mkdn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.mkdn (limited to 'README.mkdn') 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! -- cgit v1.2.3