Merge pull request #1388 from frastel/patch-1

Added command for making the docker binary executable in the docs
This commit is contained in:
Nathan LeClaire
2015-07-06 16:20:59 -07:00

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