mirror of https://github.com/docker/docs.git
Update install-machine.md (#5900)
The installation method is optimized and the installation process is more concise
This commit is contained in:
parent
5f54d913a9
commit
0e064795f2
|
|
@ -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="_"}:
|
||||
|
|
|
|||
Loading…
Reference in New Issue