mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update install.md to refer to version 1.11.1
This commit is contained in:
committed by
Joao Fernandes
parent
89708c427b
commit
a09e279035
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user