From 5b5e146d4d132170cb85a077ff7b35654fca9cea Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Wed, 25 Feb 2015 04:18:56 -0800 Subject: [PATCH] Update README.md --- ruby/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ruby/README.md b/ruby/README.md index 1fc19a4f246..b386a9b9250 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -6,6 +6,16 @@ PREREQUISITES 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 -------