From 3f4f36e97c8e900b4bdd5d7f279f988b7824f7d9 Mon Sep 17 00:00:00 2001 From: Jerome Touffe-Blin Date: Sun, 6 Mar 2016 07:46:33 +1100 Subject: [PATCH] Fix instructions for ruby install via rvm --- README.md | 4 ++-- docs/editdocs.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f2bf9b57f..efb1d413f2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/editdocs.md b/docs/editdocs.md index 15da3f578e..f0f4653f02 100644 --- a/docs/editdocs.md +++ b/docs/editdocs.md @@ -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)