Update installation.md - add cd listmonk (#1576)

This commit is contained in:
MaximilianKohler 2023-10-30 22:34:38 -07:00 committed by GitHub
parent 06332d52a0
commit fd05a6d17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)"
```
@ -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)"
```