Merge pull request #55 from jtblin/jtblin/fix-rvm-ruby-instructions
Fix instructions for ruby install via rvm
This commit is contained in:
@@ -29,8 +29,8 @@ Then load it into your environment
|
|||||||
|
|
||||||
Then install Ruby 2.2 or higher
|
Then install Ruby 2.2 or higher
|
||||||
|
|
||||||
rvm install 2.2
|
rvm install ruby-2.2.4
|
||||||
rvm use 2.2 --default
|
rvm use ruby-2.2.4 --default
|
||||||
|
|
||||||
Verify that this new version is running (optional)
|
Verify that this new version is running (optional)
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -70,8 +70,8 @@ source /Users/(USERNAME)/.rvm/scripts/rvm (or whatever is prompted by the instal
|
|||||||
Then install Ruby 2.2 or higher
|
Then install Ruby 2.2 or higher
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
rvm install 2.2
|
rvm install ruby-2.2.4
|
||||||
rvm use 2.2 --default
|
rvm use ruby-2.2.4 --default
|
||||||
```
|
```
|
||||||
|
|
||||||
Verify that this new version is running (optional)
|
Verify that this new version is running (optional)
|
||||||
|
|||||||
Reference in New Issue
Block a user