I went to Link. It showed a command to get started with homebrew. I copied and pasted it into Terminal. It installed homebrew successfully. Then I ran the command ‘brew doctor’. It complained:
Warning: You have leftover files from an older version of Xcode.
You should delete them using:
/Developer/Library/uninstall-developer-folder
So I did. Now ‘brew doctor’ reports:
/Users/chap$ brew doctor
Warning: You have not agreed to the Xcode license.
The Xcode icon has gone generic and won’t launch. The App Store thinks it’s installed and won’t let me reinstall it.
The biggest problem is that I can’t figure out where to get help. There are no forums that I can see. The things I see linked from homebrew that seem "discussion oriented" have names like "git", "blog", "gist", "wiki", "twitter" … none of which I know how to use. I can’t even find an email address!
How does one ask for help when problems using ‘homebrew’ arise? On Stackoverflow?
EDIT: what I meant to ask is – how does one report a possible problem to those who are supporting homebrew?
You can report bugs at https://github.com/mxcl/homebrew/issues. I think you need a GitHub account though.