mirror of https://github.com/docker/docs.git
Added chmod +x for the binary (#9330)
This commit is contained in:
parent
a1c1661116
commit
56722dd4a0
|
@ -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="_"}:
|
||||
|
|
Loading…
Reference in New Issue