From 098dda28a4c5f93ee97f1fa9f52fd5f00abb5efa Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 2 Jun 2020 10:58:05 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a759cd67..4b737d36 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The docker image (`vabene1111/recipes`) simply exposes the application on port ` 2. Choose one of the included configurations [here](docs/docker). 2. Download the environment (config) file template and fill it out `wget https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O .env ` 3. Start the container `docker-compose up -d` -4. Create a default user by running `docker-compose exec web_recipes createsuperuser`. +4. Open the page to create the first user. Alternatively use `docker-compose exec web_recipes createsuperuser` ### Manual **Python >= 3.8** is required to run this!