Update readme.md

This commit is contained in:
Loïc Bersier 2018-10-17 17:22:09 +00:00
parent 8483f4d657
commit 45229cb2f0

View file

@ -4,11 +4,12 @@ A simple discord bot made with discord.js and commando
### Installing ### 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 git clone https://gitlab.com/loicbersier/discordbot
npm init -y
npm install npm install
``` ```