Update install-machine.md (#5900)

The installation method is optimized and the installation process is more concise
This commit is contained in:
mds1455975151 2018-02-03 01:57:38 +08:00 committed by Misty Stanley-Jones
parent 5f54d913a9
commit 0e064795f2
1 changed files with 1 additions and 2 deletions

View File

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