added install/run instructions

This commit is contained in:
2022-01-27 19:26:04 -06:00
parent f4d14b2507
commit 428de6a74e

View File

@@ -1 +1,14 @@
# 1800queue # 1800queue
## 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
## Running
1. Open the directory that contains `package.json` in your command prompt or terminal
2. Run the command `npm start`