diff --git a/templates/strapi4/platformsh.wizard.yaml b/templates/strapi4/platformsh.wizard.yaml index f38f73a49..3658af346 100644 --- a/templates/strapi4/platformsh.wizard.yaml +++ b/templates/strapi4/platformsh.wizard.yaml @@ -2,17 +2,16 @@ steps: - id: "download_cli" label: "Download the CLI" title: "Download the Platform.sh CLI" - subtitle: "Download the Platform.sh CLI" required: true bodyText: "

To install the CLI, use the command for either macOS and Windows as shown.

\n

For more info about our CLI check out our documentation or take a look at our CLI source code.

" - copyCode: - - label: "macOS and Linux Installer (using Homebrew)" - code: - - "brew install platformsh/tap/platformsh-cli" - - label: "Windows Installer (using Scoop)" - code: - - "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git" - - "scoop install platform" + copyCode: + - label: "macOS and Linux Installer (using Homebrew)" + code: + - "brew install platformsh/tap/platformsh-cli" + - label: "Windows Installer (using Scoop)" + code: + - "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git" + - "scoop install platform" - id: "download_project" label: "Download your project" title: "Download your project to start using it"