Skip to content

Commit

Permalink
Update RVM install line
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Aug 3, 2012
1 parent 9f3afd6 commit e0c721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -8,7 +8,7 @@ echo "Copying public key to clipboard. Paste it into your Github account ..."
open https://github.com/account/ssh

echo "Installing RVM (Ruby Version Manager) ..."
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
curl -L https://get.rvm.io | bash -s stable --ruby
echo "
# RVM
[[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.zshrc
Expand Down

0 comments on commit e0c721f

Please sign in to comment.