From aa4a0287f97b3c0eb6cf167bb0fa831e2a1664fa Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Sun, 30 Dec 2012 15:29:52 -0600 Subject: [PATCH] Point people to the readme --- bin/rbenv-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/rbenv-install b/bin/rbenv-install index dae58cd6ef..9dae372233 100755 --- a/bin/rbenv-install +++ b/bin/rbenv-install @@ -11,6 +11,10 @@ # (defaults to $RBENV_ROOT/sources) # -v/--verbose Verbose mode: print compilation status to stdout # +# For detailed information on installing Ruby versions with +# ruby-build, including a list of environment variables for adjusting +# compilation, see: https://github.com/sstephenson/ruby-build#usage +# set -e [ -n "$RBENV_DEBUG" ] && set -x