aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-06-20 11:57:32 +0300
committerFrederick Muriuki Muriithi2022-06-20 11:58:10 +0300
commite3834ca0fb25a6bffe935391b24fedbec5bf25e8 (patch)
tree49220615e81acd267e4815f3ebd4f8355b5e7c2b
parent52b591d5b5201628f33043e62e5731ad919ee1b9 (diff)
downloadgenenetwork3-e3834ca0fb25a6bffe935391b24fedbec5bf25e8.tar.gz
Update README: export env variables explicitly
-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