mirror of https://github.com/docker/docs.git
parent
f582350a34
commit
6da1d4f666
|
@ -34,7 +34,7 @@ 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 install /tmp/docker-machine /usr/local/bin/docker-machine
|
||||
sudo mv /tmp/docker-machine /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