]> source.dussan.org Git - jquery.git/commitdiff
Change Windows install explanation
authorOleg <markelog@gmail.com>
Mon, 22 Jul 2013 18:08:10 +0000 (22:08 +0400)
committerOleg <markelog@gmail.com>
Wed, 24 Jul 2013 14:44:32 +0000 (18:44 +0400)
(cherry picked from commit 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa)

README.md

index 8ce482663ec93997e4970c5d5cc46c9a84c69441..a8a53b18a94d234cab4fd765fb30f0af67a44e38 100644 (file)
--- 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.