Update documentation

This commit is contained in:
Mathieu Maret 2017-01-19 11:52:46 +01:00
parent c2370f2ce8
commit e7b9c77d4a
1 changed files with 10 additions and 0 deletions

View File

@ -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
----------