fix(docs): Fix script name in documentation
This commit is contained in:
parent
bd371dfcf2
commit
f507cd483d
|
@ -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:
|
Then you can install the database tables and initial entries:
|
||||||
|
|
||||||
run_flaschengeist install
|
$ flaschengeist install
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
run_flaschengeist run
|
$ flaschengeist run
|
||||||
or with debug messages:
|
or with debug messages:
|
||||||
|
|
||||||
run_flaschengeist run --debug
|
$ flaschengeist run --debug
|
||||||
|
|
||||||
This will run the backend on http://localhost:5000
|
This will run the backend on http://localhost:5000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue