Merge pull request #174 from IRus/patch-1

This guide used legacy backticks.
This commit is contained in:
John Mulhausen 2016-10-18 16:35:17 -07:00 committed by GitHub
commit 5d9e15dcad
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ which the release page specifies, in your terminal.
The following is an example command illustrating the format:
curl -L https://github.com/docker/compose/releases/download/1.8.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
curl -L "https://github.com/docker/compose/releases/download/1.8.0/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
If you have problems installing with `curl`, see
[Alternative Install Options](install.md#alternative-install-options).