Skip to content

Commit

Permalink
fix: comment stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 23, 2025
1 parent fe6a3f2 commit b096125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions products/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion products/cli/project-commands/helper-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Usually you have to start the worker with `bin/console messenger:consume` in the
shopware-cli project worker <amount>
```

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

Expand Down

0 comments on commit b096125

Please sign in to comment.