From 2da240b61a95ad9240cca65f04b51c644a0aa7c8 Mon Sep 17 00:00:00 2001 From: instag1b <4137265-instag1b@users.noreply.gitlab.com> Date: Tue, 1 Dec 2020 18:39:13 +0100 Subject: [PATCH] Add instruction to install ffmpeg to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 238caac..8c4c009 100644 --- a/README.md +++ b/README.md @@ -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. +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 : ```