From 4b42b05dcf5506aee5c62b866f9ed580c520b9d3 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 20 Jul 2020 14:08:12 +0200 Subject: [PATCH] Add missing command in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0457390a..28f75538 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ username@hostname:~$ .env username@hostname:~$ cp docker-compose.override.yml.tpl docker-compose.override.yml # Tweak the docker-compose.override.yml to satisfy your needs. username@hostname:~$ docker-compose.override.yml +# Create database tables +username@hostname:~$ docker-compose run --rm web flask db init ``` #### Configuration variables in detail