From 8a3f9884c89bee6ad3504ebac0de0bdb0ab8bb7c Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Mon, 8 Jun 2015 09:24:16 +0530 Subject: [PATCH] Using shorter URL ^ --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index c578d00..ade4ba3 100644 --- a/Installation.md +++ b/Installation.md @@ -24,5 +24,5 @@ $ [sudo] make install One-liner: ```bash -curl -s https://raw.githubusercontent.com/tj/git-extras/master/install.sh | [sudo] bash /dev/stdin +curl -sSL http://git.io/git-extras-setup | sudo bash /dev/stdin ```