diff options
author | Dave Riddle <david@joyvuu.com> | 2012-09-15 16:19:51 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-09-15 16:19:51 -0400 |
commit | 86f8d9f1a5097b3b9d80cde3a6cc8ecde9956bac (patch) | |
tree | d918d7f7aeac260414621aceaec7843e49c01672 /README.md | |
parent | e755c194161e1dc6793cbb690ba8334dad560c8f (diff) | |
download | jquery-86f8d9f1a5097b3b9d80cde3a6cc8ecde9956bac.tar.gz jquery-86f8d9f1a5097b3b9d80cde3a6cc8ecde9956bac.zip |
Minor typo with Homebrew link. Close gh-929.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Windows users have two options: 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 -[http://mxcl.github.com/homebrew/](Homebrew). Once Homebrew is installed, run `brew install git` to install git, +[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 make, git, and node, or build from source |