backtick deprecated. updated. (#6396)

This commit is contained in:
Gionni 2018-04-07 21:17:34 +02:00 committed by Gwendolynne Barr
parent 3e6c8f2b78
commit 4f09550bed
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:
```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.