Mention VS2015 Update 3 to match CI environment
authorBirunthan Mohanathas <birunthan@mohanathas.com>
Fri, 20 Jan 2017 05:19:43 +0000 (07:19 +0200)
committerBirunthan Mohanathas <birunthan@mohanathas.com>
Fri, 20 Jan 2017 05:19:43 +0000 (07:19 +0200)
docs/development/build-instructions-windows.md

index a506bb295924a6404ea2cdff5439eca66a58effe..2146abad97b920f19b55e9ca36146cd40af7c6d6 100644 (file)
@@ -5,7 +5,7 @@ Follow the guidelines below for building Electron on Windows.
 ## Prerequisites
 
 * Windows 7 / Server 2008 R2 or higher
-* Visual Studio 2015 - [download VS 2015 Community Edition for
+* Visual Studio 2015 Update 3 - [download VS 2015 Community Edition for
   free](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx)
 * [Python 2.7](http://www.python.org/download/releases/2.7/)
 * [Node.js](http://nodejs.org/download/)
@@ -22,8 +22,6 @@ building with Visual Studio will come in the future.
 **Note:** Even though Visual Studio is not used for building, it's still
 **required** because we need the build toolchains it provides.
 
-**Note:** While older versions of Electron required Visual Studio 2013, Electron 1.1 and later does require Visual Studio 2015.
-
 ## Getting the Code
 
 ```powershell