Incorporate feedback and minor fixes

This commit is contained in:
Maria Bermudez 2019-01-02 12:30:30 -08:00 committed by GitHub
parent 13f23ef6b6
commit 95bead3a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -19,12 +19,9 @@ on GitHub.
1. Install [Docker](/engine/installation/index.md){: target="_blank" class="_" }.
2.
2. Download the Docker Machine binary and extract it to your PATH.
the Docker Machine binary and extract it to your PATH.
If you are running on **macOS**:
If you are running **macOS**:
```console
$ base=https://github.com/docker/machine/releases/tag/v{{site.machine_version}} &&
@ -32,7 +29,7 @@ the Docker Machine binary and extract it to your PATH.
chmod +x /usr/local/bin/docker-machine
```
If you are running on **Linux**:
If you are running **Linux**:
```console
$ base=https://github.com/docker/machine/releases/tag/v{{site.machine_version}} &&
@ -40,7 +37,7 @@ the Docker Machine binary and extract it to your PATH.
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="_"}:
If you are running **Windows** with [Git BASH](https://git-for-windows.github.io/){: target="_blank" class="_"}:
```console
$ base=https://github.com/docker/machine/releases/tag/v{{site.machine_version}} &&