From 7c7ca158a50b81dcc9f80897c2c489295ba64a62 Mon Sep 17 00:00:00 2001 From: Samuel Kent Date: Tue, 10 Jan 2023 21:41:49 +1100 Subject: [PATCH] Updated Readme with user instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22c7800..a780040 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# TheChaseBuzzer \ No newline at end of file +# TheChaseBuzzer + +To run TheChaseBuzzer yourself, complete the following steps: + +1. Open port 8080 on your router (TCP/UDP) +2. Install node.js from https://nodejs.org/en/ +3. Download all project files for TheChaseBuzzer from this github repository +4. Open the main folder of TheChaseBuzzer in cmd (this is the folder containing app.js) +5. Enter the command: `node app.js` +6. You should then be able to connect to the server in a browser by entering your public ip, followed by `:8080` \ No newline at end of file