From b0961257c8354338bb2b5598a524cfee928a6131 Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Thu, 23 Jan 2025 13:46:05 +0100 Subject: [PATCH] fix: comment stuff --- products/cli/installation.md | 18 +++--------------- .../cli/project-commands/helper-commands.md | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/products/cli/installation.md b/products/cli/installation.md index 4774ce3e2..befa396ea 100644 --- a/products/cli/installation.md +++ b/products/cli/installation.md @@ -13,6 +13,8 @@ Below you can find the steps for each of them. ## Install the pre-compiled binary +Shopware-CLI is published in various package managers. You can install it using the following commands. + ### Homebrew ```bash @@ -166,27 +168,13 @@ docker run \ If you just want to build from source for whatever reason, follow these steps: -### Clone - ```bash -git clone https://github.com/FriendsOfShopware/shopware-cli +git clone https://github.com/shopware/shopware-cli cd shopware-cli -``` -### Get the dependencies - -```bash go mod tidy -``` -### Build - -```bash go build -o shopware-cli . -``` -### Verify - -```bash ./shopware-cli --version ``` diff --git a/products/cli/project-commands/helper-commands.md b/products/cli/project-commands/helper-commands.md index 7cb5cbddc..fb68c028d 100644 --- a/products/cli/project-commands/helper-commands.md +++ b/products/cli/project-commands/helper-commands.md @@ -58,7 +58,7 @@ Usually you have to start the worker with `bin/console messenger:consume` in the shopware-cli project worker ``` -For production, you should let this handle supervisord or systemd. But for development, this is a quick way to start multiple workers. +For production, you should let this handle **supervisord** or **systemd**. But for development, this is a quick way to start multiple workers. ## Clear cache