Update documentation
This commit is contained in:
parent
c2370f2ce8
commit
e7b9c77d4a
10
README.md
10
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
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user