We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f54d91 commit 0e06479Copy full SHA for 0e06479
machine/install-machine.md
@@ -32,8 +32,7 @@ on GitHub.
32
33
```console
34
$ curl -L https://github.com/docker/machine/releases/download/v{{site.machine_version}}/docker-machine-`uname -s`-`uname -m` >/tmp/docker-machine && \
35
- chmod +x /tmp/docker-machine && \
36
- sudo cp /tmp/docker-machine /usr/local/bin/docker-machine
+ sudo install /tmp/docker-machine /usr/local/bin/docker-machine
37
```
38
39
If you are running with **Windows** with [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}:
0 commit comments