| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/.rvm/help/ |
Upload File : |
# rvm get
Update RVM
## Usage
rvm get {stable|latest|latest-x.y|x.y.z|head|master|branch|help} [--auto-dotfiles] [--autolibs=X]
## Options
stable - install the latest RVM stable release
latest - install the latest RVM release
latest-minor
- install the latest minor RVM release for currently installed version
latest-x.y - install the latest RVM release matching the x.y* pattern
x.y.z - install a specific RVM release
head
master - install the latest RVM development version
--auto-dotfiles
- automatically update shell profile files.
--autolibs=X
- update autolibs mode to `X`, read more: `rvm autolibs`
help - Output this message.
## Branches
branch <branch>
branch /<branch>
branch <repo>/
branch <repo>/<branch>
## Defaults
branch: master
repo: rvm
## Examples
rvm get branch shoes # will fetch branch shoes from rvm/rvm repo
rvm get branch mpapis/ # will fetch branch master from mpapis/rvm repo