From a09e279035c8de3d238fc8be56af46130fdbc682 Mon Sep 17 00:00:00 2001 From: Andy Bulford Date: Fri, 17 Feb 2017 15:10:11 +0000 Subject: [PATCH] Update install.md to refer to version 1.11.1 --- compose/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/install.md b/compose/install.md index 31fbe214c0..48998f6e55 100644 --- a/compose/install.md +++ b/compose/install.md @@ -34,7 +34,7 @@ To install Compose, do the following: The following is an example command illustrating the format: ```bash - $ curl -L "https://github.com/docker/compose/releases/download/1.10.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose + $ curl -L "https://github.com/docker/compose/releases/download/1.11.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose ``` If you have problems installing with `curl`, see