Added instructions to README

This commit is contained in:
aewens 2018-07-13 22:04:48 -04:00
parent 2b41925813
commit 4e326080e6
1 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# irc-bot
aewens's IRC bot for irc.tilde.team
aewens's IRC bot for irc.tilde.team
## Setting up
1. Install the dependencies using `$ npm install`
2. Create the needed JSON files using:
```bash
$ cp config.example.json config.json
$ cp blacklist.example.json blacklist.json
```
3. Fill out the entries in `config.json`
4. Run the bot using `node bot.js` or `npm start`