README in rvm-0.0.15 vs README in rvm-0.0.16
- old
+ new
@@ -1,29 +1,34 @@
About:
- rvm 0.0.10 http://github.com/wayneeseguin/rvm
+ rvm 0.0.16 http://github.com/wayneeseguin/rvm
by Wayne E. Seguin (wayneeseguin@gmail.com)
+ Installation:
+
+ $ gem install rvm # Install the rvm gem
+ $ rvm-install # Install rvm, adds hooks for bash & zsh
+
Usage:
rvm Action [Implementation] [Options]
Action:
* usage - Show this usage information
- use - Switch to using a specific ruby versio (new login shell)
+ use - Switch to using a specific ruby version (new login shell)
info - Show information for current ruby
list - Show currently installed versions
gemdir - Switch to gem directory for installation (new login shell)
srcdir - Switch to src directory for the current ruby installation
- gemdup - Clone source implementation version gems to currently used version
+ gemdup - Clone source version gems to current version
(highly expiramental) Example: rvm gemdup ~/.gem/ruby/1.8/
install - Install a ruby version, default is from source
uninstall - Uninstall a ruby version
- debug - Emit environment and configuration information for debugging
+ debug - Emit environment & configuration information for *current* ruby
Implementation:
* ruby - MRI/YARV Ruby (The Standard), defaults to 1.8.6
jruby - jRuby
@@ -50,12 +55,10 @@
move, symlink or copy the old gem directory to (1.8 for 1.8.X):
~/.gem/$interpreter/$version
Examples:
- $ gem install rvm # Install the rvm gem
- $ rvm-install # Install rvm, adds hooks for bash & zsh
$ rvm install jruby # Install jRuby (default version is 1.3.1)
$ rvm use ruby -v 1.9.1 # Use Ruby 1.9.1, installs if necessary
$ rvm use 1.9 # Equivalent to above, due to defaults
$ rvm use 1.8 # Use Ruby 1.8.6, installs if necessary
$ rvm use default # Use the system default (as if no rvm)
@@ -70,11 +73,11 @@
* rvm gemdup
* root support
* Settings file, user overridable
* Show current in rvm list, if applicable
- Credits:
+ Many Thanks:
Bash Support Testing
- Daniel Neighman (dneighman@gmail.com)
irc: hassox ; github: http://github.com/hassox
@@ -84,6 +87,16 @@
ZSH Support Testing
- Franco Lazzarino (flazzarino@gmail.com)
irc: flazz ; github: http://github.com/flazz
+
+ Ubuntu Linux Support Testing
+
+ - Anita Kuno (anteaya@anteaya.info)
+ irc: anteaya ; github: http://github.com/anteaya
+
+ Website Design
+
+ - Jim Lindley (jlindley@gmail.com)
+ irc: jlindley ; github: http://github.com/jlindley