From d41cbc4f21576d6a9bc9ef21c52df192f78703f8 Mon Sep 17 00:00:00 2001 From: Giovanni Nunes Date: Tue, 16 Dec 2014 10:14:21 -0200 Subject: [PATCH] Update README.md Instructions of installation on Debian distros included. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4725a8d..53a2849 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ 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 +``` + ### Mac OS X Download Docker for OSX from the [Github Releases](https://github.com/boot2docker/osx-installer/releases) page.