mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +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
|
||||
|
||||
$ 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
|
||||
.. _ffmpeg : https://www.ffmpeg.org/download.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue