From 5739ccd70508e3f4ea808a5314fa64bc85da7ee2 Mon Sep 17 00:00:00 2001 From: Jaspreet Singh Date: Sun, 19 Nov 2017 15:53:12 +0530 Subject: [PATCH] Fix: Intall issue Added -L flag to curl; so as to allow following redirect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5aa13..291802d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ There are a few ways you can install this tool. How you install it depends on h You can install this file in `/usr/local/bin/` or `/usr/bin/` by simply downloading it, changing the permissions, then moving it to the right location. Double check that your system's PATH includes the destination folder, otherwise users may have a hard time starting the command. # Download - curl -sS https://git.io/get-mo -o mo + curl -sSL https://git.io/get-mo -o mo # Make executable chmod +x mo