mirror of https://github.com/docker/docs.git
fix location of compose switch install script
This commit is contained in:
parent
1dacf0bd42
commit
c06bb70eac
|
@ -104,7 +104,7 @@ from the [project release page](https://github.com/docker/compose/releases){:tar
|
||||||
To install Compose Switch automatically, run:
|
To install Compose Switch automatically, run:
|
||||||
|
|
||||||
```console
|
```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:
|
To install Compose Switch manually:
|
||||||
|
|
Loading…
Reference in New Issue