mirror of https://github.com/docker/docs.git
Debugging the codeblock in the Linux install for Compose CLI (#12551)
* Fixed the codeblock in cli_command.md * Add a prompt to ensure the command is selectable Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
daea78117c
commit
830a0071ad
|
|
@ -38,5 +38,5 @@ For Docker Desktop installation instructions, see:
|
|||
You can install the new Compose CLI, including this Tech Preview, using the following install script:
|
||||
|
||||
```console
|
||||
curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
|
||||
$ curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue