From 1b53dbf84fed4dc71087fbadcfd5e34d3152aaaa Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Thu, 16 Jul 2020 15:19:28 +0200 Subject: [PATCH] readme: Update Docker Desktop links Makes it easier to find the Edge build. Signed-off-by: Christopher Crone Signed-off-by: Nicolas De Loof --- ecs/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ecs/README.md b/ecs/README.md index 66e419c68..5faeb696a 100644 --- a/ecs/README.md +++ b/ecs/README.md @@ -11,10 +11,12 @@ Its design and UX will evolve until 1.0 Final release. ## Get started If you're using macOS or Windows you just need to install -[Docker Desktop Edge](https://www.docker.com/products/docker-desktop) and you -will have the ECS integration installed. +Docker Desktop **Edge** and you will have the ECS integration installed. +You can find links here: +- [macOS](https://hub.docker.com/editions/community/docker-ce-desktop-mac) +- [Windows](https://hub.docker.com/editions/community/docker-ce-desktop-windows) -You can find Linux install instructions [here](./docs/get-started-linux.md). +Linux install instructions are [here](./docs/get-started-linux.md). ## Example and documentation