Added chmod +x for the binary (#9330)

This commit is contained in:
Affinito Alessandro 2019-09-02 12:40:18 +02:00 committed by Olly P
parent a1c1661116
commit 56722dd4a0
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ on GitHub.
```console
$ base=https://github.com/docker/machine/releases/download/v{{site.machine_version}} &&
curl -L $base/docker-machine-$(uname -s)-$(uname -m) >/tmp/docker-machine &&
sudo mv /tmp/docker-machine /usr/local/bin/docker-machine
sudo mv /tmp/docker-machine /usr/local/bin/docker-machine &&
chmod +x /usr/local/bin/docker-machine
```
If you are running **Windows** with [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}: