Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 376 Bytes

Rvm

This installs RVM from http://get.rvm.io/. Passes all extra parameters to the installer.

  • $@ - All options are passed directly to the installer.

For examples of options see https://rvm.io/rvm/install.

Examples

# Install RVM and the latest Ruby
wickFormula rvm stable --ruby=latest

Returns nothing.