update docs to encourage 1.9.3 with rvm setup

This commit is contained in:
Brandon Mathis 2012-06-03 00:24:46 -05:00
parent 758687f9bd
commit 120b4f7f0f

View File

@ -24,8 +24,8 @@ source ~/.bash_profile
source ~/.zshrc
```
Install Ruby 1.9.2 and ensure RVM has the latest RubyGems.
Install Ruby 1.9.3 and ensure RVM has the latest RubyGems.
```sh
rvm install 1.9.2 && rvm use 1.9.2
rvm install 1.9.3 && rvm use 1.9.3
```