mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 04:00:42 +00:00
Fix installation instructions on Linux
@hydrabolt what were you thinking?!
This commit is contained in:
parent
799039588b
commit
4f65378a57
1 changed files with 3 additions and 3 deletions
|
|
@ -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,7 +44,7 @@ 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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue