fix(docs): Fix script name in documentation

This commit is contained in:
Ferdinand Thiessen 2021-12-18 02:00:46 +01:00
parent bd371dfcf2
commit f507cd483d
1 changed files with 3 additions and 3 deletions

View File

@ -67,13 +67,13 @@ If not you need to create user and database manually do (or similar on Windows):
Then you can install the database tables and initial entries:
run_flaschengeist install
$ flaschengeist install
### Run
run_flaschengeist run
$ flaschengeist run
or with debug messages:
run_flaschengeist run --debug
$ flaschengeist run --debug
This will run the backend on http://localhost:5000