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:
Stig124 2021-03-23 22:37:57 +01:00 committed by GitHub
parent daea78117c
commit 830a0071ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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