From 5c192295157a2be2777e2b77af9760f48077c657 Mon Sep 17 00:00:00 2001 From: Michael Selik Date: Sat, 23 Mar 2013 14:50:12 -0300 Subject: rbenv: flip caveats order The instructions should be in the reverse order. The root path needs to be set before enabling shims. Closes #18682. Signed-off-by: Mike McQuaid --- Library/Formula/rbenv.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/rbenv.rb b/Library/Formula/rbenv.rb index 146a5c769..b9fa79a66 100644 --- a/Library/Formula/rbenv.rb +++ b/Library/Formula/rbenv.rb @@ -13,11 +13,11 @@ class Rbenv < Formula end def caveats; <<-EOS.undent - To enable shims and autocompletion add to your profile: - if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi - To use Homebrew's directories rather than ~/.rbenv add to your profile: export RBENV_ROOT=#{var}/rbenv + + To enable shims and autocompletion add to your profile: + if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi EOS end end -- cgit v1.2.3