Restructured to better merge REST and WebSocket entities
This commit is contained in:
14
README.md
14
README.md
@@ -5,9 +5,6 @@ An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
|
||||
|
||||
Check out the [documentation](http://rtd.discord.foxbot.me/en/docs-dev/index.html) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
|
||||
|
||||
##### Warning: Some of the documentation is outdated.
|
||||
It's current being rewritten. Until that's done, feel free to use my [DiscordBot](https://github.com/RogueException/DiscordBot) repo for reference.
|
||||
|
||||
### Installation
|
||||
You can download Discord.Net and its extensions from NuGet:
|
||||
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
|
||||
@@ -16,9 +13,10 @@ You can download Discord.Net and its extensions from NuGet:
|
||||
- [Discord.Net.Audio](https://www.nuget.org/packages/Discord.Net.Audio/)
|
||||
|
||||
### Compiling
|
||||
In order to compile Discord.Net, you require at least the following:
|
||||
- [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs)
|
||||
- [Visual Studio 2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx)
|
||||
- [Visual Studio .Net Core Plugin](https://www.microsoft.com/net/core#windows)
|
||||
In order to compile Discord.Net, you require the following:
|
||||
#### Visual Studio 2015
|
||||
- [VS2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx)
|
||||
- [.Net Core SDK + VS Plugin](https://www.microsoft.com/net/core#windows)
|
||||
- NuGet 3.3+ (available through Visual Studio)
|
||||
|
||||
#### CLI
|
||||
- [.Net Core SDK](https://www.microsoft.com/net/core#windows)
|
||||
Reference in New Issue
Block a user