From 97d7ed82a0337dcab9370b0713ce169fd9a9541b Mon Sep 17 00:00:00 2001
From: "Wortman, Elliot (UG - Comp Sci & Elec Eng)" <ew00710@surrey.ac.uk>
Date: Mon, 27 Nov 2023 10:25:57 +0000
Subject: [PATCH] Update README with additional flask run host instructions

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ba32c5d..08e5da6 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,12 @@ Run deployment bash script (if `dist` folder is not present) \
 Install required packages \
 `pip install -r requirements.txt`
 
-Run NanoPatch UI \
+Run NanoPatch UI Locally \
 `flask run`
 
+Top make Flask server visible to network \
+`flask run --host=0.0.0.0`
+
 ## Recommended IDE Setup
 
 [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
-- 
GitLab