From 7139d44a99ee5af26bf43fd29b8ba023bce4e20c Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Fri, 20 Mar 2020 11:43:02 -0700 Subject: [PATCH] Update download URL Github moved their raw content in the last 6 years apparently. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8468de..bd46bfc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ it's written in [perl](http://www.perl.org/) and needs only [curl](http://curl.h ## install - sudo curl https://raw2.github.com/troydm/exp/master/exp -o /usr/local/bin/exp + sudo curl https://raw.githubusercontent.com/troydm/exp/master/exp -o /usr/local/bin/exp sudo chmod +x /usr/local/bin/exp ## usage