From fdb9a5eb11a188cff8fd6ec28acb29b9161e9ae7 Mon Sep 17 00:00:00 2001 From: Roman Hecht Date: Mon, 21 Jul 2014 16:07:26 +0200 Subject: [PATCH] Added hint to use 1.9.3 as default ruby version when using rvm Aquamacs will not start with el4r if your default ruby-version is not set to 1.9.3. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92462b7d..c3c35507 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Either install as a gem, or install from github. # Or, if you're using rvm... $ ruby etc/command/copy_xiki_command_to.rb /usr/local/bin/xiki + + # Make sure you are using 1.9.3 as your default ruby version in rvm (see https://groups.google.com/forum/#!topic/xiki/jHZu8upnosc) + $ rvm --default use 1.9.3 ### Or, as a gem