Procházet zdrojové kódy

Install with curl (as suggested by @grosser).

Graham Ashton před 14 roky
rodič
revize
710838d6c5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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...