diff options
| author | Mike McQuaid | 2016-09-19 19:58:21 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-20 10:41:42 +0100 |
| commit | bd6fb88ddc72a0de4c27f65e60a82790a5d87f3f (patch) | |
| tree | 4a40854293dc41c0184f5532583a864712aa5b8c /docs/README.md | |
| parent | f87e3626bb241bc88bead4ed6448a76c1bf49f56 (diff) | |
| download | brew-bd6fb88ddc72a0de4c27f65e60a82790a5d87f3f.tar.bz2 | |
Rearrange repository files.
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..4e95db81b --- /dev/null +++ b/docs/README.md @@ -0,0 +1,33 @@ +# README +Homebrew installs the stuff you need that Apple didn’t. + +- [Install Homebrew](Installation.md) +- [Frequently Asked Questions](FAQ.md) +- [Tips and Tricks](Tips-N'-Tricks.md) +- [Gems, Eggs and Perl Modules](Gems,-Eggs-and-Perl-Modules.md) +- [Homebrew and Python](Homebrew-and-Python.md) + +Please note: Homebrew is not 1.0 yet. Generally it works well, but when +it doesn’t we’d hope you report the bug. +## Troubleshooting +First, please run `brew update` (twice) and `brew doctor`. + +Second, please read the [Troubleshooting Checklist](Troubleshooting.md). + +**If you don’t follow these steps it will take us far longer to help you with +your problem.** + +However! Fixing build issues is easier than you think: try +`brew edit $FORMULA` and see how you fare. + +## Contributing +Read [CONTRIBUTING.md](/.github/CONTRIBUTING.md). + +### Community Forums +- [@MacHomebrew](https://twitter.com/MacHomebrew) +- [homebrew-discuss@googlegroups.com](mailto:homebrew-discuss@googlegroups.com) ([archive](https://groups.google.com/forum/#!forum/homebrew-discuss)) - subscribe by sending a mail to [homebrew-discuss+subscribe@googlegroups.com](mailto:homebrew-discuss+subscribe@googlegroups.com) +- [freenode.net\#machomebrew](irc://irc.freenode.net/#machomebrew) + +## Supporters +[A list of the awesome people who gave £5 or more to our +Kickstarter](./Kickstarter-Supporters.md). |
