瀏覽代碼

Forgot install instruction

Owen Diffey 8 年之前
父節點
當前提交
33c617be77
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -5,10 +5,11 @@ Uptime Robot Discord bot
 1. Clone this repository - `git clone https://github.com/odiffey/UptimeBot.git`
 2. Enter repository directory - `cd UptimeBot`
 3. Install nodemon - `npm install nodemon -g`
-4. Copy the config template - `cp config/template.json config/default.json`
-5. Edit the `config/default.json` file
+4. Install npm packages = `npm install`
+5. Copy the config template - `cp config/template.json config/default.json`
+6. Edit the `config/default.json` file
   * You can get the token for Discord [here](https://discordapp.com/developers/applications/me)
   * You can get the loggingChannel and loggingServer ids by enabling developer mode on Discord and click CopyID on the server and channel you want to use.
-  
+
 ## Starting the bot
 1. Run `nodemon` in the repository root