From 55ed6cd78340e13d47f120d55a3412c17080bbbf Mon Sep 17 00:00:00 2001 From: RogueException Date: Mon, 4 Jan 2016 12:55:47 -0400 Subject: [PATCH] Added compile prereqs to readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5a70867ba..0330177a4 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,17 @@ Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or **Warning: documentation is currently outdated.** It will be rewritten once 0.9 approaches release, until then use [DiscordBot](https://github.com/RogueException/DiscordBot) for reference. -### Current Features -- Using Discord API v3 -- Supports .Net Framework 4.5 and .Net Core 5.0 -- Server Management (Servers, Channels, Messages, Invites, Roles, Users) -- Send/Receive Messages (Including mentions and formatting) -- Basic Voice Support (Outgoing only) -- Command extension library (Supports permission levels) - ### Installation You can download Discord.Net from NuGet: - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/) +- [Discord.Net.Modules](https://www.nuget.org/packages/Discord.Net.Modules/) + +### 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) +[ASP.Net 5 RC1](https://get.asp.net) +NuGet 3.3 (available through Visual Studio) ### Known Issues - .Net Core support is incomplete on non-Windows systems