From 8d84234a105f11385551d7312625413c70fd6ae5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 3 Nov 2010 21:19:29 -0700 Subject: [PATCH] Use static path to tar in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b21eab34..87ab47d623 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Dude! Just give me a one-liner! Okay then, but please note this installs Homebrew as root and [we recommend against that][sudo]. - curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1 + curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo /usr/bin/tar xvz -C/usr/local --strip 1 But what packages are available?