소스 검색

Install with curl (as suggested by @grosser).

Graham Ashton 14 년 전
부모
커밋
710838d6c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ exec" to the beginning of common Ruby commands.
 
 For example:
 
-    $ cp bundler-exec/bundler-exec.sh ~/.bundler-exec.sh
+    $ curl http://github.com/gma/bundler-exec/raw/master/bundler-exec.sh > ~/.bundler-exec.sh
     $ echo "[ -f ~/.bundler-exec.sh ] && source ~/.bundler-exec.sh" >> ~/.bashrc
 
 Er, that's it...