diff options
| author | Max Howell | 2012-09-24 10:45:18 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-24 10:45:18 -0400 |
| commit | 3b1675560b971f1ed353230b67acd02d082a1761 (patch) | |
| tree | 86259dfa3010531af4ce5a030bbc298c803fcba1 | |
| parent | bf0741065dd405fa0d6515098dad6e693df96f23 (diff) | |
| download | homebrew-3b1675560b971f1ed353230b67acd02d082a1761.tar.bz2 | |
Add enough spacing so the command is fully-visible
| -rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html index 8c6f04f63..08ff9a7ec 100644 --- a/index.html +++ b/index.html @@ -118,9 +118,11 @@ 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 -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"> + <pre style='clear:both;text-align:center;margin:0 -3em;margin-bottom:0.9em'><code id='selectable' onclick="selectText()">ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"</code></pre> + <div class="col-1"> <p>Paste that at a Terminal prompt.</p> + </div> + <div class="col-2"> <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>. </div> </div> |
