aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-29 23:27:52 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-29 23:27:52 -0500
commitdb1ce18ecf03c141817183ba7cb2214d0f86987f (patch)
tree5d12441891f2822831ad636853d6c0ec2a3c1782
parent853ddebafa51d503299c8ca50b6b1375be9cbf31 (diff)
Update readme with instructions to scream
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 15a2a42..05a27ee 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Locally running this application should be pretty simple.
* `pip install -r requirements.txt`
3. Run the app
* `gunicorn poller:APP --bind=localhost:5000`
+3.5. Scream because the database won't work because that's hard and I wrote this really poorly (rewrite soon(tm))
4. Visit localhost:5000 in your web browser.
## Linting