Update installation.md - add cd listmonk (#1576)
This commit is contained in:
parent
06332d52a0
commit
fd05a6d17d
1 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue