brew/README.md
Peter Aronoff 8a08d10114 brew-desc: Add a mention of brew-desc to README
Closes Homebrew/homebrew#29555.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-24 17:10:20 -05:00

54 lines
1.8 KiB
Markdown

Homebrew
========
Features, usage and installation instructions are [summarized on the homepage][home].
What Packages Are Available?
----------------------------
1. You can [browse the Formula directory on GitHub][formula].
2. Or type `brew search` for a list.
3. Or visit [braumeister.org][braumeister] to browse packages online.
4. Or visit [`brew desc`][brew-desc] to browse and search packages from the
command line.
More Documentation
------------------
`brew help` or `man brew` or check our [wiki][].
Troubleshooting
---------------
First, please run `brew update` and `brew doctor`.
Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/wiki/troubleshooting).
**If you don't read these it will take us far longer to help you with your problem.**
Who Are You?
------------
Homebrew's current maintainers are [Misty De Meo][mistydemeo], [Adam Vandenberg][adamv], [Jack Nagel][jacknagel], [Mike McQuaid][mikemcquaid] and [Brett Koonce][asparagui].
Homebrew was originally created by [Max Howell][mxcl].
License
-------
Code is under the [BSD 2 Clause (NetBSD) license][license].
Donations
---------
We accept tips through [Gittip][tip].
[![Gittip](http://img.shields.io/gittip/Homebrew.svg)](https://www.gittip.com/Homebrew/)
[home]:http://brew.sh
[wiki]:https://github.com/Homebrew/homebrew/wiki
[mistydemeo]:https://github.com/mistydemeo
[adamv]:https://github.com/adamv
[jacknagel]:https://github.com/jacknagel
[mikemcquaid]:https://github.com/mikemcquaid
[asparagui]:https://github.com/asparagui
[mxcl]:https://github.com/mxcl
[formula]:https://github.com/Homebrew/homebrew/tree/master/Library/Formula/
[braumeister]:http://braumeister.org
[brew-desc]: https://github.com/telemachus/homebrew-desc
[license]:https://github.com/Homebrew/homebrew/tree/master/LICENSE.txt
[tip]:https://www.gittip.com/Homebrew/