The code was sucking. To the extent that maintenance was hard. It's a lot easier to work with code that is sensibly split at sensible boundaries. So now it is more like that. But the refactor is minimal. Because we don't want you to have more merge hell than absolutely necessary. If you merge you will need to pay attention to brew.h.rb (as it is deleted) and bin/brew (as command logic is gone). It will be painful, but you will just have to help git out by moving any changes around manually. Note compatibility.rb. It ensures that any function renames or removals don't break anything. We're pretty serious about backwards compatibility. And that's because we encourage you to hack around with the innards. And we couldn't do that if we would then just make stuff disappear behind your back.
Homebrew
Features and usage are summarized on the homepage.
Quick Install to /usr/local
This script will prompt for confirmation before it does anything:
ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
Afterwards, install Xcode.
Umm… I thought I could install it anywhere?
Indeed, you can. Refer to our complete installation instructions.
Dude! Just give me a one-liner!
Okay then, but please note this installs Homebrew as root and we recommend against that.
curl -LsSf https://github.com/mxcl/homebrew/tarball/master | sudo /usr/bin/tar xvz -C/usr/local --strip 1
But what packages are available?
Before installing you can browse the Formula folder on GitHub.
After installing, you can use brew search to find packages or brew server
to browse packages off of a local web server.
More Documentation
The wiki is your friend.
Who Are You?
I'm Max Howell and I'm a splendid chap.
								4.6.25
								
	Latest
							
						
					Languages
				
				
								
								
									Ruby
								
								92%
							
						
							
								
								
									Shell
								
								5.2%
							
						
							
								
								
									Roff
								
								2.1%
							
						
							
								
								
									HTML
								
								0.5%