Add link to the config example

This commit is contained in:
loicbersier 2019-10-28 00:49:36 +01:00
parent 45bba6de09
commit a32b54ed60

View file

@ -31,7 +31,7 @@ sequelize db:migrate
```
If the youtube-dl module didn't install youtube-dl by himself you can go in ``node_modules/youtube-dl/scripts`` and run ``node download.js``
Configure config.json and config/config.json
Configure [config.json](config-exemple.jsonc) and [config/config.json](config/config-example.json )
To run the bot either use pm2
```