fix location of compose switch install script

This commit is contained in:
Markus Meier 2022-01-13 15:07:05 +01:00 committed by GitHub
parent 1dacf0bd42
commit c06bb70eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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