Преглед на файлове

mention the daily experimental build

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Thomas Sjögren преди 10 години
родител
ревизия
21ec389fe1
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      hack/install.sh

+ 4 - 0
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,