瀏覽代碼

Add rbenv integration notes to README

Matt Campbell 13 年之前
父節點
當前提交
3488082e96
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -55,3 +55,11 @@ use `which` to find the full path to executable and then run it, like
 this:
 this:
 
 
     $ $(which ruby) -e 'puts "hello"'
     $ $(which ruby) -e 'puts "hello"'
+
+## rbenv Integration
+
+If you have [rbenv][rbenv] installed, bundler-exec will hook itself up
+to all your rbenv shims without any intervention. If a rehash creates a
+new shim, you'll need to reload bundler-exec.
+
+    $ source ~/.bundler-exec.sh