From f507cd483db176e421d252e180a89065f7cb07c4 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 18 Dec 2021 02:00:46 +0100 Subject: [PATCH] fix(docs): Fix script name in documentation --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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