Improve README

master
radex 2023-10-13 20:43:11 +02:00
parent a435e15698
commit 4b85ce466e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
```
poetry install
FLASK_ENV=development FLASK_APP=webapp poetry run flask run -p 5001
poetry run flask --app webapp run -p 5001 --debug
```
Open app at localhost:5001