From 9f6d3a44c7cc6c9ee5df495efd1baea53aa24ac3 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Sat, 14 Oct 2017 10:12:07 -0700 Subject: [PATCH] Fix bad merge in vnext-machine (#4933) Signed-off-by: Joffrey F --- machine/install-machine.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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