From bfcd4befc9a6d56c4c7db5c736bd7f31524f097c Mon Sep 17 00:00:00 2001 From: Advaith Date: Tue, 3 Mar 2020 04:29:57 -0800 Subject: [PATCH] docs(faq): replace ffmpeg-binaries with ffmpeg-static (#3886) --- docs/general/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/general/faq.md b/docs/general/faq.md index e265f81c1..6624a727f 100644 --- a/docs/general/faq.md +++ b/docs/general/faq.md @@ -14,10 +14,10 @@ Update to Node.js 12.0.0 or newer. ## How do I install FFMPEG? -- **npm:** `npm install ffmpeg-binaries` +- **npm:** `npm install ffmpeg-static` - **Ubuntu 16.04:** `sudo apt install ffmpeg` - **Ubuntu 14.04:** `sudo apt-get install libav-tools` -- **Windows:** `npm install ffmpeg-binaries` or see the [FFMPEG section of AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md#download-ffmpeg). +- **Windows:** `npm install ffmpeg-static` or see the [FFMPEG section of AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md#download-ffmpeg). ## How do I set up @discordjs/opus?