mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user