From 36eaedb719c9d6757fe4f940b6a7a0135cc35040 Mon Sep 17 00:00:00 2001 From: Kamil Date: Thu, 10 Sep 2020 09:33:17 +0200 Subject: [PATCH 1/2] Add missing information how to create new account. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b4c3b0..a92afe4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ docker-compose up ``` Wait for the images to download and run, then visit `http://localhost:8080/`. As a first step, you will need to create a new account. +More information how to it, are here https://github.com/BulletTrainHQ/bullet-train-api#locally ## Architecture From 513704159fea340b2e46cbf9c383cce2d2399f0f Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Thu, 10 Sep 2020 09:57:55 +0100 Subject: [PATCH 2/2] Updated readme with link to create superuser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a92afe4..f485a49 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ docker-compose up ``` Wait for the images to download and run, then visit `http://localhost:8080/`. As a first step, you will need to create a new account. -More information how to it, are here https://github.com/BulletTrainHQ/bullet-train-api#locally +More information on how to create the super user account cna be found here https://github.com/BulletTrainHQ/bullet-train-api#locally ## Architecture