mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-11 13:48:37 -05:00
Adds 'rvm use 1.9.2' to rvm setup, fixes #174
This commit is contained in:
parent
560f54dba5
commit
8d90ac80c3
@ -21,7 +21,7 @@ You can't use both rbenv and RVM on the same system, so choose one.
|
||||
If you don't have RVM yet, [Install RVM](/docs/setup/rvm) and then install Ruby 1.9.2.
|
||||
|
||||
```sh
|
||||
rvm install 1.9.2
|
||||
rvm install 1.9.2 && rvm use 1.9.2
|
||||
```
|
||||
|
||||
### Using rbenv
|
||||
|
@ -29,6 +29,6 @@ source ~/.zshrc
|
||||
Install Ruby 1.9.2 and ensure RVM has the latest RubyGems.
|
||||
|
||||
```sh
|
||||
rvm install 1.9.2
|
||||
rvm install 1.9.2 && rvm use 1.9.2
|
||||
rvm rubygems latest
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user