aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-03 21:19:29 -0700
committerAdam Vandenberg2010-11-03 21:29:42 -0700
commit91ee53e48d00d53c9d5deb2d42ced7bf732bdb10 (patch)
tree029ef14b11dd4a164c82f03877b431a284ede4f7 /README.md
parenta9795c05921db0207f038ae7e0d650a4ba08952f (diff)
downloadhomebrew-91ee53e48d00d53c9d5deb2d42ced7bf732bdb10.tar.bz2
Use static path to tar in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7b21eab3..87ab47d62 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?