From 3ca493f1b80d3be11c093102d237b4e323881b14 Mon Sep 17 00:00:00 2001 From: Pablo Sobrado Date: Mon, 12 Sep 2016 16:47:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d209b..4c4963e 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ docker build --build-arg JAVA_VERSION=8 --build-arg ANDROID_SDK_VERSION=23 --bui ### Notes -The second part of the command, **'&& docker rmi -f $(docker images -f "dangling=true" -q) &> /dev/null'**, is an optional one that deletes past images of the builds so the PC does not end up with several duplicated images. It can be removed without affecting the build. +The second part of the command, **'&& docker rmi -f $(docker images -f "dangling=true" -q) &> /dev/null'**, is an optional one, for Linux only, that deletes past images of the builds so the PC does not end up with several duplicated images. It can be removed without affecting the build. ## Run instructions