This is an automated email from the ASF dual-hosted git repository.
iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 7c3960b Updated tge readme to mention the proper version of ruby
7c3960b is described below
commit 7c3960bc46867682ad16778f90cc6a48af89ee69
Author: iuliana <[email protected]>
AuthorDate: Wed Jun 30 12:39:45 2021 +0100
Updated tge readme to mention the proper version of ruby
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c2aa4a2..e562c6f 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ this project is (where this file is located).
RVM should detect its configuration inside `Gemfile` and try to configure
itself.
Most likely it will report that the required version of Ruby is not installed,
and it will show the command that you need to run to install the correct
version.
-Follow the instructions it shows, typically something like `rvm install
ruby-2.1.2`.
+Follow the instructions it shows, typically something like `rvm install
ruby-3.0.1`.
Once the correct version of Ruby is installed, change to your home directory
and then change back (`cd ~ ; cd -`).