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)