mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
Fix installation instructions on Linux
@hydrabolt what were you thinking?!
This commit is contained in:
@@ -34,7 +34,7 @@ Linux
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ apt-get install make build-essentials
|
$ apt-get install make build-essential
|
||||||
$ npm install --save discord.js
|
$ npm install --save discord.js
|
||||||
|
|
||||||
|
|
||||||
@@ -44,8 +44,8 @@ Additional Audio Support
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
.. _Visual Studio : https://www.visualstudio.com/downloads/download-visual-studio-vs
|
||||||
.. _Python 2.7 : https://www.python.org/download/releases/2.7.8/
|
.. _Python 2.7 : https://www.python.org/download/releases/2.7.8/
|
||||||
.. _ffmpeg : https://www.ffmpeg.org/download.html
|
.. _ffmpeg : https://www.ffmpeg.org/download.html
|
||||||
|
|||||||
Reference in New Issue
Block a user