mirror of https://github.com/docker/compose.git
docs: Fix download command
Signed-off-by: Christopher Crone <christopher.crone@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
16e7bbd697
commit
bcd9cda41c
|
@ -20,7 +20,7 @@ You can download the Docker ECS plugin from this repository using the following
|
|||
command:
|
||||
|
||||
```console
|
||||
$ curl -L https://github.com/docker/ecs-plugin/releases/latest/download/docker-ecs-linux-amd64
|
||||
$ curl -LO https://github.com/docker/ecs-plugin/releases/latest/download/docker-ecs-linux-amd64
|
||||
```
|
||||
|
||||
You will then need to make it executable:
|
||||
|
|
Loading…
Reference in New Issue