From 871f0e26df5ea4ea57bcc9097254b5ae67f2669d Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Thu, 3 Jan 2013 10:09:22 -0600 Subject: [PATCH] Tone down the RVM incompatibility notice --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9aaaded3..a61dc9e4 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,9 @@ and then invoke the corresponding executable. ## Installation ## -**Compatibility note**: rbenv is _incompatible_ with rvm. Things will - appear to work until you try to install a gem. The problem is that - rvm actually overrides the `gem` command with a shell function! - Please remove any references to rvm before using rbenv. +**Compatibility note**: rbenv is _incompatible_ with RVM. Please make + sure to fully uninstall RVM and remove any references to it from + your shell initialization files before installing rbenv. If you're on Mac OS X, consider [installing with Homebrew](#homebrew-on-mac-os-x).