aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-08-03 10:43:20 -0400
committerMax Howell2012-08-03 10:43:20 -0400
commitecc91f95e5af0a79ba2107662eb5186bcafcb062 (patch)
treed6e4e3a240aa15f0f13b978f51e69382dfad76f6
parent019b4932b4286b7aac0b24b6c4f9d2cc898e06b7 (diff)
downloadhomebrew-ecc91f95e5af0a79ba2107662eb5186bcafcb062.tar.bz2
Github redirects for raw are bugged
Only seems to work half the time for http://raw.. to https://raw.. other half gives you a redirect to wiki or 404 :P
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 79cf9c0a1..112823f6a 100644
--- a/index.html
+++ b/index.html
@@ -117,7 +117,7 @@ Created /usr/local/Library/Formula/bar.rb
<li>
<div class="group row">
<h2 style='margin-top:1em; margin-bottom: 0.2em'>Install Homebrew</h2>
- <pre style='text-align:center;margin-bottom:0.9em' id='selectable' onclick="selectText()"><code style='font-size:1.9em'>ruby &lt;(curl -fsSkL raw.github.com/mxcl/homebrew/go)</code></pre>
+ <pre style='text-align:center;margin-bottom:0.9em' id='selectable' onclick="selectText()"><code style='font-size:1.65em'>ruby &lt;(curl -fsSk https://raw.github.com/mxcl/homebrew/go)</code></pre>
<div class="col-1">
<p>Paste that into Terminal. The script explains what it will do and then pauses before it does it. There are more installation options <a href='https://github.com/mxcl/homebrew/wiki/Installation'>here</a>.
</div>