aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-07-22 22:04:01 +0400
committerOleg <markelog@gmail.com>2013-07-24 18:44:11 +0400
commit556bbea46efd46b31b8a5cdc629ed6d7a7b760e7 (patch)
treedc6bc7831f6758e1a60db95eab85a9d26a4a791a /README.md
parent40f96b85d3550ed4e89edc25939ca87bbcc2fe69 (diff)
downloadjquery-556bbea46efd46b31b8a5cdc629ed6d7a7b760e7.tar.gz
jquery-556bbea46efd46b31b8a5cdc629ed6d7a7b760e7.zip
Remove the Xcode note in readme
(cherry picked from commit 24571f4a730ea51127fe5f1f798c1283a2b8cc8a)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2c5005163..8ce482663 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,7 @@ Windows users have two options:
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 Xcode (comes on your Mac OS install DVD, or downloadable from
-[Apple's Xcode site](http://developer.apple.com/technologies/xcode.html)) and
-[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.
Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source