Skip to content

Commit

Permalink
Added --disable-binary flag to README
Browse files Browse the repository at this point in the history
  • Loading branch information
meal committed Oct 16, 2013
1 parent 3e739ed commit e23472f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ More details here: https://rvm.io/rvm/install/

== Flags

--default :: with 'rvm use X', sets the default ruby for new shells to X.
--debug :: Toggle debug mode on for very verbose output.
--trace :: Toggle trace mode on to see EVERYTHING rvm is doing.
--force :: Force install, removes old install & source before install.
--summary :: Used with rubydo to print out a summary of the commands run.
--latest :: with gemset --dump skips version strings for latest gem.
--gems :: with uninstall/remove removes gems with the interpreter.
--docs :: with install, attempt to generate ri after installation.
--reconfigure :: Force ./configure on install even if Makefile already exists.
--skip-gemsets :: with install, skip the installation of default gemsets.
--quiet-curl :: Makes curl silent when fetching data
--default :: with 'rvm use X', sets the default ruby for new shells to X.
--debug :: Toggle debug mode on for very verbose output.
--disable-binary :: Install from source instead of using binaries
--trace :: Toggle trace mode on to see EVERYTHING rvm is doing.
--force :: Force install, removes old install & source before install.
--summary :: Used with rubydo to print out a summary of the commands run.
--latest :: with gemset --dump skips version strings for latest gem.
--gems :: with uninstall/remove removes gems with the interpreter.
--docs :: with install, attempt to generate ri after installation.
--reconfigure :: Force ./configure on install even if Makefile already exists.
--skip-gemsets :: with install, skip the installation of default gemsets.
--quiet-curl :: Makes curl silent when fetching data

== Options

Expand Down

0 comments on commit e23472f

Please sign in to comment.