aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2012-02-08Add a link to braumeister.org to the READMESebastian Staudt
Closes #10049. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-07-29README fix upsMax Howell
The point being to have less duplicate information. I am updating the wiki and the homepage accordingly. I am loathe to leave the "what packages are available" lines but I believe people who are interested in such things are likely to end up at the source root so it is appropriate.
2011-06-13Use shorter setup gist urlAdam Vandenberg
2011-06-13Use full path to system ruby in setup instructionsAdam Vandenberg
2011-06-06GitHub updated the URLs for raw gists. This fixes the install line.GordonDiggs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-27fixed READMESecond Planet
Closes #4217. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-03Use static path to tar in READMEAdam Vandenberg
2010-11-03Everything on GitHub is https nowMax Howell
Also do the redirect because we can't predict the future.
2010-10-21readme - how to find packagesAdam Vandenberg
2010-10-13Xcode url changedAdam Vandenberg
2010-06-22Point to correct gist.Adam Vandenberg
2010-06-17Make it a sudo one-linerMax Howell
Rationale: if you want complete control then you will most likely not like the `sudo chown -R` step as it's nuts.
2010-06-16You can't pipe to Ruby and still get STDINMax Howell
2010-06-15More readable way to run the install scriptMax Howell
Plus more reassuring preamble.
2010-03-14Don't provide destructive instructionsMax Howell
If /usr/local doesn't exist you've just sudo chowned $PWD
2010-03-14More descriptionless README tweaksMax Howell
It's nice that smaller READMEs are easier to get right.
2010-03-14Better README copyMax Howell
Removed requirements. If they want to know this stuff then read the verbose instructions. Or just try to run brew, it'll complain.
2010-03-13Avoid GitHub bug with capitalisation in wiki pagesMax Howell
2010-03-13README lists Homebrew's requirementsMax Howell
2010-03-13Point users to Homepage for usage examples.Max Howell
2010-03-11Install line needs -LMax Howell
2010-03-06Documentation rewriteMax Howell
Much leaner README now. The website evangelises, and the Wiki is thorough.
2009-12-12Ever more README tweaksMax Howell
2009-12-05Apparently this reads betterMax Howell
2009-12-05The README is too longMax Howell
2009-12-04At some point the fact we don't support PPC was glossed overMax Howell
2009-12-03Document mailing listMax Howell
2009-12-03A less sexist toneMax Howell
2009-11-07Typo correctionMax Howell
2009-10-23Warn that chown -R /usr/local may break mysqlBradley Grzesiak and Nick Karpenske
2009-10-23Improved installation instructionsMax Howell
I managed to get the install line down to a one-liner.
2009-10-15Suggest use of the github gem when contributingMax Howell
Remove the lame beer related FAQs that make me look like an alcoholic.
2009-10-09README updatesMax Howell
Added some new bits and corrected some old bits but mainly this is my unceasing craving to never let it lie.
2009-10-09Update referenced installer script gistMax Howell
The new one refers to master rather than masterbrew.
2009-09-29Improved installation instructionsMax Howell
2009-09-25Installation links were round the wrong way in the READMEBoris Gordon
2009-09-24The term zeroconf only applies to networking apparentlyMax Howell
Random guy on Twitter mentions it. Google confirms.
2009-09-22Some further uninstallation informationMax Howell
Corrected README path.
2009-09-17Added .md extension to README so Github renders markdowndbr