From 81926e1467f5816ed563d8845010d5b0cb34328a Mon Sep 17 00:00:00 2001 From: Samuel Kent Date: Fri, 29 Dec 2023 19:43:25 +1100 Subject: [PATCH] updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a780040..d4c4c0b 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,6 @@ To run TheChaseBuzzer yourself, complete the following steps: 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 +5. Install the node modules using the command: `npm install` +6. Run the app with the command: `node app.js` +7. 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