From 0778af3d178d098fc9ea180f6a74a099251393fd Mon Sep 17 00:00:00 2001 From: Ibragimov Ruslan Date: Wed, 12 Oct 2016 14:19:24 +0300 Subject: [PATCH] This guide used legacy backticks. https://github.com/koalaman/shellcheck/wiki/SC2006 https://github.com/koalaman/shellcheck/wiki/SC2046 --- compose/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/install.md b/compose/install.md index 990b6b0b64..544daa8745 100644 --- a/compose/install.md +++ b/compose/install.md @@ -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).