Skip to content

Commit

Permalink
CD to directory before install script
Browse files Browse the repository at this point in the history
Change directory to newly created before running install script
  • Loading branch information
aiac authored Sep 21, 2021
1 parent 13f1648 commit 0ebf494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The latest image is available on DockerHub at `listmonk/listmonk:latest`. Use th
#### Demo

```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 @@ -29,7 +29,7 @@ The demo does not persist Postgres after the containers are removed. DO NOT use
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 0ebf494

Please sign in to comment.