README in rvm-0.1.23 vs README in rvm-0.1.24
- old
+ new
@@ -16,10 +16,11 @@
(If you experience odd behavior try this second)
info - show information for current ruby
debug - show environment & configuration information for *current* ruby
install - install one or many ruby versions
+ See also: http://rvm.beginrescueend.com/rubies/installing/
uninstall - uninstall one or many ruby versions, leaves their sources
remove - uninstall one or many ruby versions and remove their sources
ruby - runs a named ruby file against specified and/or all rubies
gem - runs a gem command using selected ruby's 'gem'
@@ -33,11 +34,11 @@
gemdir - display the path to the current gem directory (GEM_HOME).
srcdir - display the path to rvm source directory (may be yanked)
fetch - Performs an archive / src fetch only of the selected ruby.
list - show currently installed rubies, interactive output.
- http://rvm.beginrescueend.com/listing/
+ http://rvm.beginrescueend.com/rubies/list/
package - Install a dependency package {readline,iconv,zlib,openssl}
http://rvm.beginrescueend.com/packages/
notes - Display notes, with operating system specifics.
Implementation
@@ -50,20 +51,19 @@
maglev - GemStone Ruby
ironruby - IronRuby
mput - shyouhei(mput)'s github repository
system - use the system ruby (eg. pre-rvm state)
default - use rvm set default ruby and system if it hasn't been set.
+ http://rvm.beginrescueend.com/rubies/default/
Flags
--head - with update, updates rvm to git head version.
--rubygems - with update, updates rubygems for selected ruby
--default - with ruby select, sets a default ruby for new shells.
--debug - Toggle debug mode on for very verbose output.
--force - Force install, removes old install & source before install.
- --dump - Used with gemset to dump the current ruby's gemset.
- --load - Used with gemset to load a specified gemset file
--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.
--reconfigure - Force ./configure on install even if Makefile already exists.
@@ -71,12 +71,10 @@
Options
-v|--version - Emit rvm version loaded for current shell
-h|--help - Emit this output and exit
-l|--level - patch level to use with rvm use / install
- --tag - subersion tag to use
- --rev - repository revision # to use or 'head' for
--prefix - path for all rvm files (~/.rvm/), with trailing slash!
--bin - path for binaries to be placed (~/.rvm/bin/)
--source - src directory to use (~/.rvm/src/)
--archives - directory for downladed files (~/.rvm/archives/)
@@ -84,14 +82,10 @@
-e - Execute code from the command line.
-G|--gems - root gem path to use
-C|--configure - custom configure options, comma separated
default: --enable-shared=true
--reconfigure - Force installer to re-run configure if already run
- --make - custom make command
- --make-install - custom make install command
--nice - process niceness (for slow computers, default 0)
- -m|--gem-set - use a named gem set, instead of the default set.
- --rm-gem-set - Remove a named gem set
--ree-options - Options passed directly to ree's './installer' on the command line.
Resources:
http://rvm.beginrescueend.com/