From 4f65378a57aceb5da601f24ce8447d656796516c Mon Sep 17 00:00:00 2001 From: meew0 Date: Mon, 25 Jan 2016 18:19:40 +0100 Subject: [PATCH] Fix installation instructions on Linux @hydrabolt what were you thinking?! --- docs/installing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index 234c30b4e..f44224153 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -34,7 +34,7 @@ Linux .. code-block:: bash - $ apt-get install make build-essentials + $ apt-get install make build-essential $ npm install --save discord.js @@ -44,8 +44,8 @@ Additional Audio Support .. code-block:: bash - $ apt-get install libav-tools + $ apt-get install ffmpeg libopus-dev .. _Visual Studio : https://www.visualstudio.com/downloads/download-visual-studio-vs .. _Python 2.7 : https://www.python.org/download/releases/2.7.8/ -.. _ffmpeg : https://www.ffmpeg.org/download.html \ No newline at end of file +.. _ffmpeg : https://www.ffmpeg.org/download.html