Merge pull request #55 from jtblin/jtblin/fix-rvm-ruby-instructions

Fix instructions for ruby install via rvm
pull/61/head
johndmulhausen 2016-03-06 02:50:55 -08:00
commit f28d0f9eb5
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ Then load it into your environment
Then install Ruby 2.2 or higher
rvm install 2.2
rvm use 2.2 --default
rvm install ruby-2.2.4
rvm use ruby-2.2.4 --default
Verify that this new version is running (optional)

View File

@ -70,8 +70,8 @@ source /Users/(USERNAME)/.rvm/scripts/rvm (or whatever is prompted by the instal
Then install Ruby 2.2 or higher
```shell
rvm install 2.2
rvm use 2.2 --default
rvm install ruby-2.2.4
rvm use ruby-2.2.4 --default
```
Verify that this new version is running (optional)