aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMax Howell2010-03-11 13:49:18 +0000
committerMax Howell2010-03-11 13:51:00 +0000
commit6f3b4ddf66190ef83c7c84cb1624d25f9bc95412 (patch)
tree67b5e4059280f220843344818571f6bdc7e56af8 /README.md
parent6d7dadc4542b65a1d97e80c8c63b2a9185402c54 (diff)
downloadhomebrew-6f3b4ddf66190ef83c7c84cb1624d25f9bc95412.tar.bz2
Install line needs -L
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 5a9b5c0cf..f2fa0b617 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Alright then… as long as you're sure:
cd /usr/local
sudo chown -R $USER .
- curl -sf http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1
+ curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1
The Wiki