From 86f8d9f1a5097b3b9d80cde3a6cc8ecde9956bac Mon Sep 17 00:00:00 2001 From: Dave Riddle Date: Sat, 15 Sep 2012 16:19:51 -0400 Subject: [PATCH] Minor typo with Homebrew link. Close gh-929. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6012f087a..76d5c3406 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.39.5