From b6f155c7a73f08b395f68ff234cdabc783551fea Mon Sep 17 00:00:00 2001 From: Corner Date: Tue, 26 Nov 2019 07:39:33 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 893477f..1a09d36 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,7 @@ cd ytdownloader npm i ``` +**NOTE:** Make sure that you replace ffmpeg with the latest version of the ffmpeg executable. If you have ffmpeg installed globally on linux (using apt, etc.), remove the ffmpeg executable. + ### Usage Run `node main.js help` for more information as to how to use this package.