From 72425256b395c424c09fce2e94a5343f66971d04 Mon Sep 17 00:00:00 2001 From: Richard Metzler Date: Thu, 23 Oct 2014 10:59:10 +0200 Subject: [PATCH] update README.md with Linux install instructions You can see the official docker install script at https://get.docker.com/ --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b0834..d7a002e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,20 @@ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" ## Installation -Again, this is all MacOS specific. +### Linux + +Quick and easy install script provided by Docker: + +``` +curl -sSL https://get.docker.com/ | sh +``` +or +``` +wget -qO- https://get.docker.com/ | sh +``` + + +### Mac OS X Download Docker for OSX from the [Github Releases](https://github.com/boot2docker/osx-installer/releases) page.