From 970966f5a22ce0d2291dd4eaf1d240b937e71a47 Mon Sep 17 00:00:00 2001 From: Second Planet Date: Sat, 12 Feb 2011 15:48:19 -0500 Subject: [PATCH] fixed README Closes Homebrew/homebrew#4217. Signed-off-by: Mike McQuaid --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ab47d623..370771127d 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 /usr/bin/tar xvz -C/usr/local --strip 1 + curl -LsSf https://github.com/mxcl/homebrew/tarball/master | sudo /usr/bin/tar xvz -C/usr/local --strip 1 But what packages are available?