From 21ec389fe1c71cc44f93657e5afb84d9042e8f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Wed, 1 Jul 2015 22:12:57 +0200 Subject: [PATCH] mention the daily experimental build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- hack/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hack/install.sh b/hack/install.sh index 4beb71e525..d8c4baf6dc 100755 --- a/hack/install.sh +++ b/hack/install.sh @@ -6,6 +6,10 @@ set -e # or: # 'wget -qO- https://get.docker.com/ | sh' # +# If you're interested in the daily experimental build: +# 'curl -sSL https://experimental.docker.com/ | sh' +# or: +# 'wget -qO- https://experimental.docker.com/ | sh' # # Docker Maintainers: # To update this script on https://get.docker.com,