From 39e342579ea46c6928026c56f39945b2643fdcf6 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Mon, 17 Jan 2022 22:21:36 -0800 Subject: [PATCH] README: minor development instructions tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c50ff..233de6f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ python3 -m unittest discover Finally, run this in the repo root directory to start the web app locally: ```shell -env GAE_ENV=localdev flask run -p 8080 +GAE_ENV=localdev FLASK_ENV=development flask run -p 8080 ```