Skip to content

Commit 0e06479

Browse files
sjkcdpcMisty Stanley-Jones
authored andcommitted
Update install-machine.md (docker#5900)
The installation method is optimized and the installation process is more concise
1 parent 5f54d91 commit 0e06479

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

machine/install-machine.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ on GitHub.
3232

3333
```console
3434
$ 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
35+
sudo install /tmp/docker-machine /usr/local/bin/docker-machine
3736
```
3837

3938
If you are running with **Windows** with [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}:

0 commit comments

Comments
 (0)