README in rvm-1.8.5 vs README in rvm-1.8.6

- old
+ new

@@ -25,11 +25,10 @@ == Options -v|--version - Emit rvm version loaded for current shell -l|--level - patch level to use with rvm use / install - --prefix - path for all rvm files (~/.rvm/), with trailing slash! --bin - path for binaries to be placed (~/.rvm/bin/) -S - Specify a script file to attempt to load and run (rubydo) -e - Execute code from the command line. --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 @@ -52,12 +51,12 @@ * usage - show this usage information version - show the rvm version installed in rvm_path use - setup current shell to use a specific ruby version reload - reload rvm source itself (useful after changing rvm source) implode - (seppuku) removes the rvm installation completely. - This means everything in $rvm_path (~/.rvm). - This does not touch your profiles, which is why - there is an if around the sourcing scripts/rvm. + This means everything in $rvm_path (~/.rvm || /usr/local/rvm). + This does not touch your profiles. However, this means that you + must manually clean up your profiles and remove the lines which source RVM. get - {head,latest} upgrades rvm to latest head or release version. (If you experience bugs try this first with head version, then ask for help in #rvm on irc.freenode.net and hang around) reset - remove current and stored default & system settings. (If you experience odd behavior try this second)