From 4118e13c701be2ba921fccd1dd197fc9612963c5 Mon Sep 17 00:00:00 2001 From: Miikka <2606411+Dragory@users.noreply.github.com> Date: Fri, 14 Jun 2019 15:17:33 +0300 Subject: [PATCH] Change "npm install" in setup to "npm ci" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f30c395..7d0930e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Inspired by Reddit's modmail system. 3. Create a Discord server to be used as the modmail inbox 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. - You can also find more configurable options at the end of this page! -5. Install dependencies: `npm install` +5. Install dependencies: `npm ci` 6. Add bot to servers, and make sure to give it proper permissions on the mail server. 7. Run the bot: `npm start`