diff --git a/readme.md b/readme.md index af8bcec..672f7d9 100644 --- a/readme.md +++ b/readme.md @@ -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