diff options
| author | Gareth Rees | 2013-03-09 00:08:56 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-11 16:32:17 -0500 | 
| commit | 3fd8a47fca89166d330e7a101c67f7d287272c43 (patch) | |
| tree | b60b2943b084abfd2c0843c5d89c8734cb1292df /index.html | |
| parent | d531004f9bd26eb8a1d6015db335299912fedfe3 (diff) | |
| download | homebrew-3fd8a47fca89166d330e7a101c67f7d287272c43.tar.bz2 | |
Add link to Formula on marketing page
Me every time I want to know if Homebrew has a given package:
- http://lmgtfy.com/?q=homebrew+mac&l=1
- Click: "Fork me on GitHub"
- Click: "Library"
- Click: "Formula"
Now we have a one-click step to discovering what Homebrew can
install direct from the homepage. W00t!
Closes #18349.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/index.html b/index.html index 32c58d438..4da5bbf56 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@            <li>              <div class="group row">                <div class="col-1"> -                <p>Homebrew installs the stuff you need that Apple didn’t.</p> +                <p>Homebrew installs <a href="https://github.com/mxcl/homebrew/tree/master/Library/Formula" title="List of Homebrew packages">the stuff you need</a> that Apple didn’t.</p>                </div>                <div class="col-2">                  <pre><code><span style="color: #e3d796;">$</span> brew install wget</code></pre> | 
