From a32b54ed607916f95cd1f5c06a0326b7fc5a6cf9 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 28 Oct 2019 00:49:36 +0100 Subject: [PATCH] Add link to the config example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81358ff..df0d3bb 100644 --- a/README.md +++ b/README.md @@ -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 ```