瀏覽代碼

docs: Fix download command

Signed-off-by: Christopher Crone <[email protected]>
Signed-off-by: Nicolas De Loof <[email protected]>
Christopher Crone 5 年之前
父節點
當前提交
bcd9cda41c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ecs/docs/get-started-linux.md

+ 1 - 1
ecs/docs/get-started-linux.md

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