Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 389 Bytes

README.mkdn

File metadata and controls

17 lines (10 loc) · 389 Bytes

CyanogenMod

Getting Started

To get started with Android/CyanogenMod, you'll need to get familiar with Git and Repo.

To initialize your local repository using the CyanogenMod trees, use a command like this:

repo init -u git://github.com/SDX/cm_android.git -b gingerbread

Then to sync up:

repo sync