From 45229cb2f0bee5c3c2b7f9587c49a55e60cfdda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Wed, 17 Oct 2018 17:22:09 +0000 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a5fdce7f..4d455206 100644 --- a/readme.md +++ b/readme.md @@ -4,11 +4,12 @@ A simple discord bot made with discord.js and commando ### Installing -To install the bot do the following commands +To install you need the dependency for **node-canvas** https://github.com/Automattic/node-canvas and node gyp + +then for the bot do the following commands ``` git clone https://gitlab.com/loicbersier/discordbot -npm init -y npm install ```