diff options
author | Oleg <markelog@gmail.com> | 2013-07-22 22:04:01 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-07-22 22:04:50 +0400 |
commit | 24571f4a730ea51127fe5f1f798c1283a2b8cc8a (patch) | |
tree | 299f55c5d8c4a4e62a340033257c981c608940f7 /README.md | |
parent | 806b0230cd14916907807ced638aea066465e1d4 (diff) | |
download | jquery-24571f4a730ea51127fe5f1f798c1283a2b8cc8a.tar.gz jquery-24571f4a730ea51127fe5f1f798c1283a2b8cc8a.zip |
Remove the Xcode note in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |