From 40b150737d2b1fe57fa0fa03ecbc7b514ae8a70b Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 23 Oct 2015 23:32:19 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e978746 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Getting Started +--------------- + +To get started with this ROM, you'll need to get +familiar with [Git and Repo](http://source.android.com/download/using-repo). + +To initialize your local repository use a command like this: + + repo init -u git://github.com/OMAP4-AOSP/android.git -b + +Then to sync up: + + repo sync