Skip to content

Commit

Permalink
Update installation.md - add cd listmonk (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKohler committed Oct 31, 2023
1 parent 06332d5 commit fd05a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/content/installation.md
Expand Up @@ -25,7 +25,7 @@ Use the sample [docker-compose.yml](https://github.com/knadh/listmonk/blob/maste
#### Easy Docker install

```bash
mkdir listmonk-demo
mkdir listmonk-demo && cd listmonk-demo
sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-demo.sh)"
```

Expand All @@ -46,7 +46,7 @@ docker compose up -d demo-db demo-app
This setup is recommended if you want to _quickly_ setup `listmonk` in production.

```bash
mkdir listmonk
mkdir listmonk && cd listmonk
sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-prod.sh)"
```

Expand Down

0 comments on commit fd05a6d

Please sign in to comment.