Skip to content

Commit

Permalink
Update Homebrew install line
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Aug 3, 2012
1 parent 57e5966 commit 9f3afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -17,7 +17,7 @@ echo "Installing RVM (Ruby Version Manager) ..."
zsh < <(curl -s https://raw.github.com/thoughtbot/laptop/master/ruby)

echo "Installing Homebrew, a good OS X package manager ..."
ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
ruby <(curl -fsS https://raw.github.com/mxcl/homebrew/go)
brew update

echo "Put Homebrew location earlier in PATH ..."
Expand Down

0 comments on commit 9f3afd6

Please sign in to comment.