From ca778de1920fb9e800b06db991197a4fa05f493b Mon Sep 17 00:00:00 2001 From: "David Croft (ac0745)" Date: Tue, 17 Oct 2023 11:09:12 +0100 Subject: [PATCH] Change run commands to match flask v2.1.3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f93b1f..0489f41 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ Build using Flask, see https://flask.palletsprojects.com/en/2.2.x/ 3. Run ``` - flask --app app/ --debug run + export FLASK_DEBUG=1 + flask run ``` The site should now be visible on 127.0.0.1:5000