From ce0351636a8e76ee0b7bf0fce410a803fa4485f8 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 22 Sep 2018 13:35:37 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d3f0ed..53fd674 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# builder-android +# [android-builder](https://hub.docker.com/r/productionwentdown/android-builder/) -A Docker image for building Android apps +Docker image to build Android apps. + +# Usage + +``` +$ docker run --rm -it -v $PWD:/src productionwentdown/android-builder +``` + +## With Drone + +See the [example .drone.yml file](drone.yml.example)