From 10af87008dae05865183aa685ec30145ae6a71c4 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Fri, 14 Nov 2014 19:14:10 -0800 Subject: [PATCH] Remove Cygwin suggestion --- docs/development/build-instructions-windows.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index ef6e8dceadde..77f7db0e6e3f 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -8,10 +8,6 @@ * 32bit [node.js](http://nodejs.org/download/) * [git](http://git-scm.com) -The instructions below are executed under [cygwin](http://www.cygwin.com), -but it's not a requirement, you can also build atom-shell under the Windows -command prompt or other terminals. - The building of atom-shell is done entirely with command-line scripts, so you can use any editor you like to develop atom-shell, but it also means you can not use Visual Studio for the development. Support of building with Visual