Remove 1.10.0 references from install.md

These were missed from PR #1819 so also needed updating to 1.11.1.
This commit is contained in:
Andy Bulford 2017-02-17 21:45:24 +00:00 committed by Joao Fernandes
parent 7d096a094a
commit 5160f1cf0b
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ To install Compose, do the following:
```bash
$ docker-compose --version
docker-compose version: 1.10.0
docker-compose version: 1.11.1
```
## Alternative install options
@ -80,7 +80,7 @@ Compose can also be run inside a container, from a small bash script wrapper.
To install compose as a container run:
```bash
$ curl -L https://github.com/docker/compose/releases/download/1.10.0/run.sh > /usr/local/bin/docker-compose
$ curl -L https://github.com/docker/compose/releases/download/1.11.1/run.sh > /usr/local/bin/docker-compose
$ chmod +x /usr/local/bin/docker-compose
```