From 7cbbf8b4947970c38704552e98751982a1d67790 Mon Sep 17 00:00:00 2001 From: Tobias Kunze <r@rixx.de> Date: Sat, 12 Jun 2021 22:06:24 +0200 Subject: [PATCH] Add development doc instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9a7149..e7f8c23c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ You can also use virtualenv with the supplied `requirements.txt`. ## development -Before running uffd, you need to create the database with `flask db upgrade`. +Clone this repository with the `--recurse-submodules` flag to retrieve submodule dependencies. + +Before running uffd, you need to create the database with `flask db upgrade`. The database is placed in +`instance/uffd.sqlit3`. + Then use `flask run` to start the application: ``` -- GitLab