brew/README.md

58 lines
2.0 KiB
Markdown
Raw Normal View History

Homebrew
========
Features, usage and installation instructions are [summarized on the homepage][home].
2010-10-21 09:34:54 -07:00
What Packages Are Available?
----------------------------
1. You can [browse the Formula directory on GitHub][formula].
2. Or type `brew search` for a list.
2014-01-18 14:31:08 -08:00
3. Or visit [braumeister.org][braumeister] to browse packages online.
2014-08-27 20:12:34 -05:00
4. Or use [`brew desc`][brew-desc] to browse packages from the command line.
2010-10-21 09:34:54 -07:00
More Documentation
------------------
`brew help` or `man brew` or check our [documentation][].
2014-01-18 14:31:20 -08:00
Troubleshooting
---------------
First, please run `brew update` and `brew doctor`.
Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md).
2014-01-18 14:31:20 -08:00
**If you don't read these it will take us far longer to help you with your problem.**
2014-10-22 17:23:17 -05:00
Security
--------
Please report security issues to security@brew.sh.
Who Are You?
------------
2014-10-19 11:38:21 +01:00
Homebrew's current maintainers are [Misty De Meo][mistydemeo], [Adam Vandenberg][adamv], [Jack Nagel][jacknagel], [Mike McQuaid][mikemcquaid], [Brett Koonce][asparagui] and [Tim Smith][tdsmith].
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](https://img.shields.io/gittip/Homebrew.svg?style=flat)](https://www.gittip.com/Homebrew/)
2013-03-25 23:55:04 -03:00
[home]:http://brew.sh
[documentation]:https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/
2014-04-10 09:51:53 +01:00
[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
2014-10-19 11:38:21 +01:00
[tdsmith]:https://github.com/tdsmith
2014-04-10 09:51:53 +01:00
[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/