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
commit 0f36a14a67
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 $ curl -L https://get.docker.com/builds/Darwin/x86_64/docker-latest > /usr/local/bin/docker
$ chmod +x /usr/local/bin/docker
``` ```
### Windows ### Windows