From 5757dc5a0c25700b36f68f7f71fb5b5d2288d573 Mon Sep 17 00:00:00 2001 From: Siddiq Date: Tue, 11 Sep 2018 17:05:31 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8410cbe..48d47cd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The quickest and easiest way is do use the docker-compose file that comes with t ### First time starter ``` git clone https://github.com/errbuddy/deploy.git -cd errbuddy +cd deploy echo MYSQL_PASSWORD=i-changed-this > .env echo SERVER_URL=https://app.errbuddy.net >> .env echo HOSTNAME=app.errbuddy.net >> .env From 16363d75e942e959e3e511dac6506de00d7a906f Mon Sep 17 00:00:00 2001 From: Siddiq Date: Tue, 11 Sep 2018 17:33:42 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d47cd..0c55e66 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ The quickest and easiest way is do use the docker-compose file that comes with t ### First time starter ``` -git clone https://github.com/errbuddy/deploy.git -cd deploy +git clone https://github.com/errbuddy/deploy.git errbuddy +cd errbuddy echo MYSQL_PASSWORD=i-changed-this > .env echo SERVER_URL=https://app.errbuddy.net >> .env echo HOSTNAME=app.errbuddy.net >> .env