aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-07-22 22:08:10 +0400
committerOleg <markelog@gmail.com>2013-07-24 18:44:32 +0400
commitbfa05f029a3d04eec2833525e1877644f8aec440 (patch)
tree03689d0d875e0ac7443ebc502fb94251baf0cdfe /README.md
parent556bbea46efd46b31b8a5cdc629ed6d7a7b760e7 (diff)
downloadjquery-bfa05f029a3d04eec2833525e1877644f8aec440.tar.gz
jquery-bfa05f029a3d04eec2833525e1877644f8aec440.zip
Change Windows install explanation
(cherry picked from commit 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8ce482663..a8a53b18a 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,7 @@ What you need to build your own jQuery
In order to build jQuery, you need to have Node.js/npm latest and git 1.7 or later.
(Earlier versions might work OK, but are not tested.)
-Windows users have two options:
-
-1. Install [msysgit](https://code.google.com/p/msysgit/) (Full installer for official Git) and a
- [binary version of Node.js](http://nodejs.org). Make sure all two packages are installed to the same
- location (by default, this is C:\Program Files\Git).
-2. Install [Cygwin](http://cygwin.com/) (make sure you install the git and which packages), and
- a [binary version of Node.js](http://nodejs.org/).
+For Windows you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
Mac OS users should install [Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git,
and `brew install node` to install Node.js.