diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -118,7 +118,9 @@ mypy . To spin up the server on its own (for development): ```bash -env FLASK_DEBUG=1 FLASK_APP="main.py" flask run --port=8080 +export FLASK_DEBUG=1 +export FLASK_APP="main.py" +flask run --port=8080 ``` And test with |