From c06bb70eacc44619bb6aafc98fdfab8e9f1a2ee2 Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Thu, 13 Jan 2022 15:07:05 +0100 Subject: [PATCH] fix location of compose switch install script --- compose/cli-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/cli-command.md b/compose/cli-command.md index 8012e353fe..fe42561ff3 100644 --- a/compose/cli-command.md +++ b/compose/cli-command.md @@ -104,7 +104,7 @@ from the [project release page](https://github.com/docker/compose/releases){:tar To install Compose Switch automatically, run: ```console -$ curl -fL https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh +$ curl -fL https://raw.githubusercontent.com/docker/compose-switch/master/install_on_linux.sh | sh ``` To install Compose Switch manually: