Added command for making the docker binary executable in the docs

This commit is contained in:
Frank Stelzer 2015-06-19 13:29:30 +02:00
parent a0305efe50
commit 7b5f135358
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ sure to install the Docker client as well, e.g.:
```
$ curl -L https://get.docker.com/builds/Darwin/x86_64/docker-latest > /usr/local/bin/docker
$ chmod +x /usr/local/bin/docker
```
### Windows