README in rvm-0.1.38 vs README in rvm-0.1.39
- old
+ new
@@ -10,11 +10,10 @@
--default - with ruby select, sets a default ruby for new shells.
--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.
- --jit - Used with rubinius install to build with JIT
--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.
@@ -27,13 +26,18 @@
--bin - path for binaries to be placed (~/.rvm/bin/)
--source - src directory to use (~/.rvm/src/)
--archives - directory for downladed files (~/.rvm/archives/)
-S - Specify a script file to attempt to load and run (rubydo)
-e - Execute code from the command line.
- -G|--gems - root gem path to use
+ -G - root gem path to use
+ --gems - Used to set the 'gems_flag', use with 'remove' to remove gems
+ --archive - Used to set the 'archive_flag', use with 'remove' to remove archive
--patch - With MRI Rubies you may specify one or more full paths to patches
for multiple, specify comma separated:
- --patch /.../.../a.patch,/.../.../.../b.patch
+ --patch /.../.../a.patch[%prefix],/.../.../.../b.patch
+ 'prefix' is an optional argument, which will be bypassed
+ to the '-p' argument of the 'patch' command. It is separated
+ from patch file name with '%' symbol.
-C|--configure - custom configure options. If you need to pass several configure
options then append them comma separated: -C --...,--...,--...
--nice - process niceness (for slow computers, default 0)
--ree-options - Options passed directly to ree's './installer' on the command line.