소스 검색

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:
 
     $ $(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