aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorColin Snover <github.com@zetafleet.com>2011-01-17 21:06:57 -0600
committerColin Snover <github.com@zetafleet.com>2011-01-17 21:06:57 -0600
commit3d0aa196c5420e7f68b32cee38f0cc740d4959c6 (patch)
tree2f76d322a8964b58a65940b5febcfce92c1a7067 /README.md
parent9ae837a167f68136cb8df70f6c40b0e54c07bc01 (diff)
downloadjquery-3d0aa196c5420e7f68b32cee38f0cc740d4959c6.tar.gz
jquery-3d0aa196c5420e7f68b32cee38f0cc740d4959c6.zip
Clarify cygwin instructions slightly and swap the order of arguments to which in Makefile because of a bug in current versions of MSYS that causes only the first argument to /bin/which to be searched.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 64269b2c5..d56576c81 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ Windows users have two options:
[GNU make for Windows](http://gnuwin32.sourceforge.net/packages/make.htm), and a
[binary version of Node.js](http://node-js.prcn.co.cc/). Make sure all three packages are installed to the same
location (by default, this is C:\Program Files\Git).
-2. Install [Cygwin](http://cygwin.com/) (remember to install the git and make packages) and follow the
- [Node.js build instructions](https://github.com/ry/node/wiki/Building-node.js-on-Cygwin-%28Windows%29) or install
+2. Install [Cygwin](http://cygwin.com/) (make sure you install the git, make, and which packages), then either follow
+ the [Node.js build instructions](https://github.com/ry/node/wiki/Building-node.js-on-Cygwin-%28Windows%29) or install
the [binary version of Node.js](http://node-js.prcn.co.cc/).
Mac OS users should install Xcode (comes on your Mac OS install DVD, or downloadable from