Add instruction to install ffmpeg to README

Add instruction to install ffmpeg to README (instag1b).
This commit is contained in:
Zerio
2020-12-01 23:04:07 +01:00
committed by GitHub

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 :
``` ```