diff --git a/README.md b/README.md index 53a2849..02182a9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" ## Installation -Docker has recognized that installation / deployment is a PITA, and [bug 8681](https://github.com/docker/docker/issues/8681) deals with this specifically. +[installation Instrunctions](https://docs.docker.com/installation/) are available. Docker has recognized that installation / deployment is a PITA, and [Docker Machine](https://github.com/docker/machine) aka [bug 8681](https://github.com/docker/docker/issues/8681) deals with this specifically. ### Linux @@ -62,11 +62,7 @@ Quick and easy install script provided by Docker: curl -sSL https://get.docker.com/ | sh ``` -If you're running Debian based distro (like Ubuntu) just run: - -``` -apt-get update && apt-get install docker.io -``` +If you're not willing to run a random shell script, please see the [installation](https://docs.docker.com/installation/) instructions for your distribution. ### Mac OS X