Author: tomaz
Date: Sun May 15 07:24:56 2016
New Revision: 1743888

URL: http://svn.apache.org/viewvc?rev=1743888&view=rev
Log:
Add a note on using rvm.

Modified:
    libcloud/site/trunk/README.md

Modified: libcloud/site/trunk/README.md
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/README.md?rev=1743888&r1=1743887&r2=1743888&view=diff
==============================================================================
--- libcloud/site/trunk/README.md (original)
+++ libcloud/site/trunk/README.md Sun May 15 07:24:56 2016
@@ -13,6 +13,14 @@ Note: Jekyll setup is based on my [blog'
 * optipng (optional, for compressing images)
 * Node.js (optional, needed for Grunt tasks)
 
+Note: Since the version of Jekyll we use only works with some older Ruby 
versions,
+you are encouraged to install and use [rvm](https://rvm.io/) and use rvm to 
install
+Ruby v1.9.3 as shown below.
+
+```bash
+rvm install 1.9.3
+```
+
 ## Installing Ruby dependencies
 
 ```bash


Reply via email to