From ce7efb08fd0f47ec0bcc283c1e475e9a0b0cff6f Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Thu, 27 Jan 2022 19:28:18 -0600 Subject: [PATCH] added install/run instructions --- readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 3a3432d..15f5e0b 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,15 @@ # 1800queue +## Prerequirements + +Download and install [Node.js](https://nodejs.org/en/) + ## Installation -1. Download and install [Node.js](https://nodejs.org/en/) -2. Download and extract this repository -3. Open the directory that contains `package.json` in your command prompt or terminal -4. Run the command `npm install` -5. Create a file called `token` in the same directory and enter your bot client's token +1. Download and extract this repository +2. Open the directory that contains `package.json` in your command prompt or terminal +3. Run the command `npm install` +4. Create a file called `token` in the same directory and enter your bot client's token ## Running