Recommend
If you like my work with RVM, please recommend me *with a comment as to why you recommend me* on
Working With Rails – Thank You!
IRC
I am 'wayneeseguin' in #rvm on irc.freenode.net
If I do not respond right away, leave a message and I'll respond or leave you a memo when I am around.
Sponsors
$ rvm help # Documentation Index

Upgrading RVM

RVM supports few ways of upgrading itself.

To upgrade to the most stable version

$ rvm get stable

installs the stable version (latest + fixes).

To upgrade to the most recent release version

$ rvm get latest

installs the latest released version.

Upgrading to the latest repository source version (the most bugfixes)

$ rvm get head

obtains the latest RVM repository version.

Upgrading to someones else forked branch

$ rvm get branch [owner/][branch]

obtains the given branch possibly from the given owner, examples:

$ rvm get branch shoes        # shoes  branch from wayneeseguin rvm repository
$ rvm get branch mpapis/      # master branch from mpapis rvm repository
$ rvm get branch mpapis/shoes # shoes  branch from mpapis rvm repository

After updating RVM, you may be also interested in Upgrading Rubies.

RVM Documentation Index