]> source.dussan.org Git - jquery.git/commitdiff
Remove the Xcode note in readme
authorOleg <markelog@gmail.com>
Mon, 22 Jul 2013 18:04:01 +0000 (22:04 +0400)
committerOleg <markelog@gmail.com>
Wed, 24 Jul 2013 14:44:11 +0000 (18:44 +0400)
(cherry picked from commit 24571f4a730ea51127fe5f1f798c1283a2b8cc8a)

README.md

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