From 43277b871b3c0eca9d134f8e654096993ce6412e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Louren=C3=A7o?= Date: Sun, 21 May 2017 17:10:25 +0200 Subject: [PATCH] Add https:// to install script Should we add https:// to the installation instruction for security purposes? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66b0d08..60b200e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Translations: [日本語], [繁體中文], [简体中文], [한국어], [Рус ## Install ```sh -curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher +curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs https://git.io/fisher ``` ## Usage