Merge pull request #6947 from 3mmarg97/patch-1

Update install.md. Tested on BASH and ZSH.
This commit is contained in:
Anne Henmi 2018-09-05 09:13:10 -06:00 committed by GitHub
commit ca5e9bbc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ by step instructions are also included below.
1. Run this command to download the latest version of Docker Compose: 1. Run this command to download the latest version of Docker Compose:
```bash ```bash
sudo curl -L https://github.com/docker/compose/releases/download/{{site.compose_version}}/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose sudo curl -L "https://github.com/docker/compose/releases/download/{{site.compose_version}}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
``` ```
> Use the latest Compose release number in the download command. > Use the latest Compose release number in the download command.