aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-09-23 11:11:21 -0500
committerCharlie Sharpsteen2012-09-23 11:11:21 -0500
commitbf0741065dd405fa0d6515098dad6e693df96f23 (patch)
tree6a7354469eb474c31691bc8fee1a1d7416ac0885
parentbb2dcf50b256c332112362f809327daf7f0fc9aa (diff)
downloadhomebrew-bf0741065dd405fa0d6515098dad6e693df96f23.tar.bz2
Change syntax of install command
Use the original `-e "$()"` syntax instead of `<()` as the latter fails when run as root via `sudo` and produces an incomprehensible error message. Fixes #14923.
-rw-r--r--index.html2
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 &lt;(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 &quot;$(curl -fsSkL raw.github.com/mxcl/homebrew/go)&quot;</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>.