bash/rvm-install in rvm-0.0.18 vs bash/rvm-install in rvm-0.0.19

- old
+ new

@@ -101,11 +101,14 @@ #elif [ "$sytem" = "Darwin" ] ; then #else fi +source ~/.rvm/bin/rvm +rvm-symlinks + echo -e "\n$info If you add ~/.rvm/bin/ to your path you will be able to refer to installed ruby binaries using: <implementation>-<version>p<patchlevel>" -echo -e " For example: ~/.ruby-1.9.1p243 -e 'puts \"hello world\"' #=> hello world" +echo -e " For example: ruby-1.9.1-p243 -e 'puts \"hello world\"' #=> hello world" echo -e "$info Contact wayneeseguin on irc.freenod.net in #rvm for any questions / feedback." echo -e " I truly hope that you find rvm helpful! Thank you very much for using rvm. \n" echo -e " ~ Wayne" echo -e "$info To start using rvm see: \e[0;32m rvm usage\e[0m, Now close this login shell and open a new one."