Skip to content

Instantly share code, notes, and snippets.

@thegoleffect
Forked from thbar/rvm-version.rb
Created April 20, 2011 19:40
Show Gist options
  • Save thegoleffect/932493 to your computer and use it in GitHub Desktop.
Save thegoleffect/932493 to your computer and use it in GitHub Desktop.
install rvm specific version
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer
chmod +x rvm-installer
./rvm-installer 1.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment