diff --git a/machine/install-machine.md b/machine/install-machine.md index fe84a891a0..4eea665643 100644 --- a/machine/install-machine.md +++ b/machine/install-machine.md @@ -5,9 +5,9 @@ title: Install Docker Machine --- On macOS and Windows, Machine is installed along with other Docker products when -you install the [Docker for Mac](/docker-for-mac/index.md), [Docker for -Windows](/docker-for-windows/index.md), or [Docker -Toolbox](/toolbox/overview.md). +you install the [Docker for Mac](/docker-for-mac/index.md), +[Docker for Windows](/docker-for-windows/index.md), or +[Docker Toolbox](/toolbox/overview.md). If you want only Docker Machine, you can install the Machine binaries directly by following the instructions in the next section. You can find the latest @@ -45,7 +45,7 @@ chmod +x "$HOME/bin/docker-machine.exe" ``` > The above command will work on Windows only if you use a - terminal emulater such as [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}, which supports Linux commands like `chmod`. + terminal emulator such as [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}, which supports Linux commands like `chmod`. {: .important} Otherwise, download one of the releases from the [docker/machine release