From bceed1360620f49fd5f4cae25bd685d5c7eef11b Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 7 May 2014 20:08:09 -0700 Subject: [PATCH] Fix Windows build instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 764bb5266..6714927c6 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,10 @@ Atom will automatically update when a new release is available. * [node.js - 32bit](http://nodejs.org/download/) v0.10.x * [Python 2.7.x](http://www.python.org/download/) * [GitHub for Windows](http://windows.github.com/) - * [Git for Windows](http://git-scm.com/download/win) - * Select the option **Use Git from the Windows Command Prompt** when installing (Git needs to be in your `PATH`) * Clone [atom/atom](https://github.com/atom/atom/) to `C:\Users\\github\atom\` * Add `C:\Python27;C:\Program Files\nodejs;C:\Users\\github\atom\node_modules\` to your PATH - * Open the Windows GitHub shell + * Open the Windows GitHub shell (NOT the Standard PowerShell, the shortcut labeled 'Git Shell' - make sure you have logged in at least once to the GitHub for Windows GUI App) ```bat cd C:\Users\\github\atom