aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5f74da..673d154 100644
--- a/README.md
+++ b/README.md
@@ -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