Update install.md to refer to version 1.11.1

This commit is contained in:
Andy Bulford 2017-02-17 15:10:11 +00:00 committed by Joao Fernandes
parent 89708c427b
commit a09e279035
1 changed files with 1 additions and 1 deletions

View File

@ -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