Skip to content

Commit

Permalink
Use static path to tar in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 4, 2010
1 parent a9795c0 commit 91ee53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 91ee53e

Please sign in to comment.