Created
September 12, 2012 14:01
homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
==> This script will install: | |
/usr/local/bin/brew | |
/usr/local/Library/... | |
/usr/local/share/man/man1/brew.1 | |
==> The following directories will be made group writable: | |
/usr/local/. | |
==> The following directories will have their group set to admin: | |
/usr/local/. | |
Press enter to continue | |
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. | |
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. | |
==> Downloading and Installing Homebrew... | |
remote: Counting objects: 82693, done. | |
remote: Compressing objects: 100% (39044/39044), done. | |
remote: Total 82693 (delta 57065), reused 65858 (delta 42824) | |
Receiving objects: 100% (82693/82693), 11.54 MiB | 1.59 MiB/s, done. | |
Resolving deltas: 100% (57065/57065), done. | |
From https://github.com/mxcl/homebrew | |
* [new branch] master -> origin/master | |
HEAD is now at 05eceb8 tmux: Correct japanese sonant mark display | |
Warning: Install the "Command Line Tools for Xcode": http://connect.apple.com | |
==> Installation successful! | |
You should run `brew doctor' *before* you install anything. | |
Now type: brew help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment