From e7b9c77d4a95cd72691573c3effaac955adedfbe Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 19 Jan 2017 11:52:46 +0100 Subject: [PATCH] Update documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a3492fb..8a9a77b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ For *Mac OS X* and *Windows* users, consider [kylemanna/vagrant-aosp](https://github.com/kylemanna/vagrant-aosp) as a good virtual machine to enable development. +Build Dockers +------------- + +* For Nougat +`docker build -t nougat -f Dockerfile_7.0 .` +* For Marshmallow and Lollipop +`docker build -t lollipop -f Dockerfile_5.0-6.0 .` +* For kitkat +`docker build -t kitkat -f Dockerfile_kitkat .` + Quickstart ----------