From 830a0071ad04c5408560d0dd314414605179c1bf Mon Sep 17 00:00:00 2001 From: Stig124 Date: Tue, 23 Mar 2021 22:37:57 +0100 Subject: [PATCH] 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> --- 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 e9778a1124..8df0a4a388 100644 --- a/compose/cli-command.md +++ b/compose/cli-command.md @@ -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 ```