aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike McQuaid2014-10-26 15:26:10 +0000
committerMike McQuaid2014-10-26 15:26:10 +0000
commit738270e75eeb92bd95b2f7c64156fed198833b59 (patch)
tree907da126da91d19189ebaa99c4840d0a5e238c2d /README.md
parent802a2df6cb852df68b86ee080355f73fd259c765 (diff)
downloadhomebrew-738270e75eeb92bd95b2f7c64156fed198833b59.tar.bz2
README: don't recommend browsing Library/Formula.
It doesn't display all formulae any more.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7e88851e0..1bd0c92e2 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,9 @@
Features, usage and installation instructions are [summarised on the homepage](http://brew.sh).
## What Packages Are Available?
-1. You can [browse the Formula directory on GitHub](https://github.com/Homebrew/homebrew/tree/master/Library/Formula/).
-2. Or type `brew search` for a list.
-3. Or visit [braumeister.org](http://braumeister.org) to browse packages online.
-4. Or use [`brew desc`](https://github.com/telemachus/homebrew-desc) to browse packages from the command line.
+1. Type `brew search` for a list.
+2. Or visit [braumeister.org](http://braumeister.org) to browse packages online.
+3. Or use [`brew desc`](https://github.com/telemachus/homebrew-desc) to browse packages from the command line.
## More Documentation
`brew help` or `man brew` or check our [documentation](https://github.com/Homebrew/homebrew/tree/master/share/doc/homebrew#readme).