From c3827254be355cf6ab4d25ed8c1f990bd4ce0a98 Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Wed, 29 Apr 2015 12:48:00 -0700 Subject: [PATCH] RC getting started instructions Updating getting started instructions to include steps for RC --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ef99d70b43..ea8b572b7d9 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,13 @@ Get started building diagnostics, code fixes, refactorings, and other code-aware Click on the version of Visual Studio you are using for installation instructions. -- [**Visual Studio 2015 Preview**](https://github.com/dotnet/roslyn/wiki/Getting-Started-on-Visual-Studio-2015-Preview) +- [**Visual Studio 2015 RC**](https://github.com/dotnet/roslyn/wiki/Getting-Started-on-Visual-Studio-2015-RC) + +- [**Visual Studio 2015 CTP 6**](https://github.com/dotnet/roslyn/wiki/Getting-Started-on-Visual-Studio-2015-CTP-6) - [**Visual Studio 2015 CTP 5**](https://github.com/dotnet/roslyn/wiki/Getting-Started-on-Visual-Studio-2015-CTP-5) -- [**Visual Studio 2015 CTP 6**](https://github.com/dotnet/roslyn/wiki/Getting-Started-on-Visual-Studio-2015-CTP-6) +- [**Visual Studio 2015 Preview**](https://github.com/dotnet/roslyn/wiki/Getting-Started-on-Visual-Studio-2015-Preview) Or, you can grab the latest [NuGet Roslyn compiler package](http://www.nuget.org/packages/Microsoft.CodeAnalysis). From the NuGet package manager console: -- GitLab