update README.md with Linux install instructions

You can see the official docker install script at https://get.docker.com/
This commit is contained in:
Richard Metzler 2014-10-23 10:59:10 +02:00
parent 71da7e4ff2
commit 72425256b3

View file

@ -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.