From f3a9abb95ad6b487418ac5231f6827b474f104cf Mon Sep 17 00:00:00 2001 From: RogueException Date: Thu, 17 Nov 2016 16:41:06 -0400 Subject: [PATCH] Improved compilation dependencies in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51d769c4c..01f05d9ba 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ Bleeding edge builds are available using our MyGet feed (`https://www.myget.org/ ## Compiling In order to compile Discord.Net, you require the following: -### Using Visual Studio 2017 -- [VS2017 RC](https://www.microsoft.com/net/core#windows) -- [.Net Core 1.1 VS Plugin](https://www.microsoft.com/net/core#windows) +### Using Visual Studio +- [Visual Studio 2017 RC](https://www.microsoft.com/net/core#windowsvs2017) + +The .NET Core and Docker (Preview) workload is required during Visual Studio installation. ### Using Command Line -- [.Net Core 1.1 SDK](https://www.microsoft.com/net/core) +- [.Net Core 1.1 SDK](https://www.microsoft.com/net/download/core) ## Known Issues