blob: 9eeecf04576853a29fc4717ae3d26d12a057b235 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 | 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 run `brew server` to browse packages off of a local web server.
4. Or visit [braumeister.org][braumeister] to browse packages online.
More Documentation
------------------
`brew help` or `man brew` or check our [wiki][].
Who Are You?
------------
I'm [Max Howell][mxcl] and I'm a splendid chap.
License
-------
Code is under the [BSD 2 Clause (NetBSD) license][license].
[home]:http://brew.sh
[wiki]:http://wiki.github.com/mxcl/homebrew
[mxcl]:http://twitter.com/mxcl
[formula]:http://github.com/mxcl/homebrew/tree/master/Library/Formula/
[braumeister]:http://braumeister.org
[license]:https://github.com/mxcl/homebrew/tree/master/Library/Homebrew/LICENSE
 |