From c925501d9f2b34f5445a9a4a590cacd853da5271 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 3 Nov 2010 15:22:40 +0000 Subject: [PATCH] Everything on GitHub is https now Also do the redirect because we can't predict the future. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aee31b9ee..c7b21eab34 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Quick Install to /usr/local --------------------------- [This script][gist] will prompt for confirmation before it does anything: - ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)" + ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)" Afterwards, [install Xcode][xcode].