mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
updated get started
This commit is contained in:
@@ -2,7 +2,17 @@
|
||||
Get Started
|
||||
===========
|
||||
|
||||
Overview
|
||||
--------
|
||||
Installation
|
||||
------------
|
||||
|
||||
todo
|
||||
Linux / OS X
|
||||
~~~~~~~~~~~~
|
||||
Run ``npm install discord.js --save`` in your project's directory and you should be good to go!
|
||||
|
||||
Windows
|
||||
~~~~~~~~~~~~
|
||||
Unfortunately, the Windows installation process is a little more lengthy. You need to have `Visual Studio Express`_ (or any of the other distributions of it). This is necessary for build tools for the WebSocket dependency.
|
||||
|
||||
After you have obtained these tools, you need to run ``npm install discord.js --save --msvs_version=2015`` in your working directory. Hopefully this should all go well!
|
||||
|
||||
.. _`Visual Studio Express`: https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx
|
||||
Reference in New Issue
Block a user