From f61ffc24144a2be49d344165cdbdd6abdb51d59a Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 8 Mar 2010 23:28:33 +0000 Subject: [PATCH] Point users to Homepage for usage examples. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2fa0b6178..4063edf85a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Homebrew helps you install the UNIX tools that didn't come with OS X. Quick Install ------------- -Install [Xcode][xcode] and then run this script: +Install [Xcode][] and then run this script: If you want to install Homebrew somewhere other than /usr/local see the [installation instructions][install]. @@ -20,6 +20,11 @@ Alright then… as long as you're sure: curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 +Example Usage +------------- +There's an overview on the [homepage][]. + + The Wiki -------- The [wiki][] can answer your remaining questions. @@ -32,5 +37,6 @@ I'm [Max Howell][mxcl] and I'm a splendid chap. [wiki]:http://wiki.github.com/mxcl/homebrew [install]:http://wiki.github.com/mxcl/homebrew/Installation -[xcode]:http://developer.apple.com/technology/xcode.html +[Xcode]:http://developer.apple.com/technology/xcode.html [mxcl]:http://twitter.com/mxcl +[homepage]:http://mxcl.github.com/homebrew