added install/run instructions
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 1800queue
|
||||
|
||||
## Prerequirements
|
||||
|
||||
Download and install [Node.js](https://nodejs.org/en/)
|
||||
|
||||
## Installation
|
||||
|
||||
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
|
||||
|
||||
1. Open the directory that contains `package.json` in your command prompt or terminal
|
||||
2. Run the command `npm start`
|
||||
Reference in New Issue
Block a user