aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkdn
blob: b8bc44e789ec6c0b9fc896541bf19d2d99e3d699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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!