Change Windows install explanation

(cherry picked from commit 831a532c3c)
This commit is contained in:
Oleg 2013-07-22 22:08:10 +04:00
parent 556bbea46e
commit bfa05f029a

View File

@ -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. 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.) (Earlier versions might work OK, but are not tested.)
Windows users have two options: For Windows you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
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/).
Mac OS users should install [Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git, 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. and `brew install node` to install Node.js.