diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index a2c7fcad7..8c6f04f63 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@ Created /usr/local/Library/Formula/bar.rb <li> <div class="group row"> <h2>Install Homebrew</h2> - <pre style='clear:both;text-align:center;margin:0 -0.5em;margin-bottom:0.9em'><code id='selectable' onclick="selectText()">ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)</code></pre> + <pre style='clear:both;text-align:center;margin:0 -1.5em;margin-bottom:0.9em'><code id='selectable' onclick="selectText()">ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"</code></pre> <div class="col-2"> <p>Paste that at a Terminal prompt.</p> <p>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>. |
