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