Update install-machine.md (#8992)

install -> mv
This commit is contained in:
Massimo Ruggirello 2019-08-19 16:53:38 +02:00 committed by Usha Mandya
parent f582350a34
commit 6da1d4f666
1 changed files with 1 additions and 1 deletions

View File

@ -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="_"}: