From 830d8fb3b510d45e481bb7c9169ef0253bb76a3a Mon Sep 17 00:00:00 2001 From: Drahcirius Date: Sat, 10 Jun 2017 18:54:17 -0400 Subject: [PATCH] Remove global flag from ffmpeg tutorial doc (#1582) --- docs/topics/voice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/voice.md b/docs/topics/voice.md index fc9e81237..dc70eb0e9 100644 --- a/docs/topics/voice.md +++ b/docs/topics/voice.md @@ -4,7 +4,7 @@ Voice in discord.js can be used for many things, such as music bots, recording o In discord.js, you can use voice by connecting to a `VoiceChannel` to obtain a `VoiceConnection`, where you can start streaming and receiving audio. To get started, make sure you have: -* ffmpeg - `npm install --global ffmpeg-binaries` +* ffmpeg - `npm install ffmpeg-binaries` * an opus encoder, choose one from below: * `npm install opusscript` * `npm install node-opus`