stevenhaddox / rvm_fw

RVM::FW - Exposing hidden Rubies for firewalled RVMs
http://rvm-fw.herokuapp.com
MIT License
31 stars 9 forks source link

Add installation of ruby example #23

Closed mindscratch closed 10 years ago

mindscratch commented 10 years ago

Add an example how to install a ruby, this will help new users.

stevenhaddox commented 10 years ago

Ahhh. This might actually be useful. It was so commonplace to install ruby yourself when RVM originally came out it was assumed knowledge. I forget that modern rvm Installs Ruby, RubyGems, and bundler all with one command. Thanks for this suggestion!

adamonduty commented 10 years ago

@stevenhaddox Isn't the suggestion here to show something like rvm install 2.0.0? I think the idea is to ensure new users get started easily, even if they don't have prior experience with rvm. Or did I misunderstand your comment?

stevenhaddox commented 10 years ago

@adamonduty I think that's exactly what I concurred to doing. Just was stating that I forget current RVM does it for you and that RVM::FW users may expect that behavior and not be aware of the old school rvm install <version>. I'll be adding it soon ;)

stevenhaddox commented 10 years ago

Added as part of the new homepage update (see verbiage at: http://rvm-fw.herokuapp.com/)