Update README.md

This commit is contained in:
Tim Emiola 2015-02-25 04:18:56 -08:00
parent 2eadf58ab6
commit 5b5e146d4d
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,16 @@ PREREQUISITES
This requires Ruby 2.1, as the gRPC API surface uses keyword args. This requires Ruby 2.1, as the gRPC API surface uses keyword args.
If you don't have that installed locally, you can use [RVM](https://www.rvm.io/) to use Ruby 2.1 for testing without upgrading the version of Ruby on your whole system.
```sh
$ command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby=ruby-2.1
$
$ # follow the instructions to ensure that your're using the latest stable version of Ruby
$ # and that the rvm command is installed
```
- Make sure your run `source $HOME/.rvm/scripts/rvm` as instructed to complete the set up of RVM
INSTALL INSTALL
------- -------