From 3828e9f7eea3ca2aae70f4b31ca6b39a56e66138 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Wed, 14 Jun 2017 10:12:19 +0300 Subject: [PATCH] Clarification in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54d1c92..438cc76 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Inspired by Reddit's modmail system. 1. Install Node.js 6 or higher 2. Clone or download this repository 3. Create a Discord server to be used as the modmail inbox -4. Copy `config.example.json` to `config.json` and fill in the values +4. Make a copy of the file `config.example.json` in the same folder and name the copy `config.json`. Open the file and fill in the values. 5. Install dependencies: `npm install` 6. Add bot to servers, and make sure to give it proper permissions on the mail server. 7. Run the bot: `node src/index.js`