README in rvm-0.0.10 vs README in rvm-0.0.11

- old
+ new

@@ -1,9 +1,9 @@ About: - rvm 0.0.9 http://github.com/wayneeseguin/rvm + rvm 0.0.10 http://github.com/wayneeseguin/rvm by Wayne E. Seguin (wayneeseguin@gmail.com) Usage: @@ -16,11 +16,11 @@ 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 - (expiramental) Example: rvm gemdup ~/.gem/ruby/1.8/ + (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 Implementation: @@ -58,13 +58,17 @@ $ 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) $ rvm gemdup ~/.gem/ruby/1.8/ # Install gems from ~/.gem/ruby/1.8/ + $ rvm gemdir # Switch to gems directory for current ruby + $ rvm gemdir system # Switch to the system gems directory + $ rvm gemdir system user # Switch to the system user gems directory + $ rvm gemdir ruby 1.9 # Switch to gems directory for ruby 1.9.1 TODO: (in order) - * rvm gemdir default + * rvm gemdup * root support * Settings file, user overridable * Show current in rvm list, if applicable Credits: