diff --git a/README.md b/README.md index 067cc142..e285f91e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone git@github.com:automatisch/automatisch.git cd automatisch # Start -docker compose -p automatisch up +docker compose up ``` You can use `user@automatisch.io` email address and `sample` password to login to Automatisch. Please do not forget to change your email and password from the settings page. diff --git a/packages/docs/pages/guide/installation.md b/packages/docs/pages/guide/installation.md index fb88f0bb..976b96ae 100644 --- a/packages/docs/pages/guide/installation.md +++ b/packages/docs/pages/guide/installation.md @@ -20,7 +20,7 @@ git clone git@github.com:automatisch/automatisch.git cd automatisch # Start -docker compose -p automatisch up +docker compose up ``` ✌️ That's it; you have Automatisch running. Let's check it out by browsing [http://localhost:3000](https://localhost:3000)