Ver código fonte

Merge pull request #477 from aiac/patch-1

CD to directory before install script
Kailash Nadh 3 anos atrás
pai
commit
855d440d5b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      README.md

+ 2 - 2
README.md

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