Ver código fonte

Update protocol to https (and follow future redirects).

Graham Ashton 14 anos atrás
pai
commit
c138d94508
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

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