Merge pull request #1015 from darron/patch-1

Follow the redirects.
This commit is contained in:
Evan Hazlett 2015-04-16 19:41:24 -04:00
commit e8e4197104
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ To install on OSX or Linux, download the proper binary to somewhere in your
most OSX machines these commands should suffice:
```
$ curl https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_darwin-amd64 > /usr/local/bin/docker-machine
$ curl -L https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_darwin-amd64 > /usr/local/bin/docker-machine
$ chmod +x /usr/local/bin/docker-machine
```