From 68cb6bd7c159918c54ec44976ac78720fadc07fb Mon Sep 17 00:00:00 2001 From: Kristoffer-Andre Kalliainen Date: Fri, 10 Jul 2020 20:06:16 +0200 Subject: [PATCH] Fix install_linux.sh script url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a296a..699abc0 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ with a fresh install of Ubuntu 20.04. You can install the new CLI using the install script: ```console -curl -L https://github.com/docker/aci-integration-beta/blob/main/scripts/install_linux.sh | sh +curl -L https://raw.githubusercontent.com/docker/aci-integration-beta/main/scripts/install_linux.sh | sh ``` ### Manual install