Created
March 6, 2010 15:14
-
-
Save mxcl/323731 to your computer and use it in GitHub Desktop.
Installs Homebrew to /usr/local so you don't need sudo to `brew install`
I have amended it as you suggested. Thanks.
Link to wrong url -> new url raw.github.com/mxcl/homebrew/go
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
Broken link D:
To install :
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Broken link
use command
adduser bob
su - bob
and then run
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I understand Unix and it confused me.
The script says:
It should be more specific and say to
su
as an administrator user. I figured that root was effectively an administrator, because I'm new to MacOS. The language just isn't precise.