Add instruction to install ffmpeg to README.md

This commit is contained in:
instag1b
2020-12-01 18:39:13 +01:00
parent 2ddfa1258a
commit 2da240b61a

View File

@@ -38,6 +38,9 @@ Emojis are already defined by default but you can modify them if you wish.
In the console, type `npm install` to install all dependencies. In the console, type `npm install` to install all dependencies.
For this bot to work, `ffmpeg` needs to be installed. You can download it [here](https://ffmpeg.org/download.html).
If you are using Ubuntu you can simply run `sudo apt install ffmpeg`.
To start the bot : To start the bot :
``` ```