Add https:// to install script

Should we add https:// to the installation instruction for security purposes?
This commit is contained in:
Francisco Lourenço 2017-05-21 17:10:25 +02:00 committed by GitHub
parent 0db6f285f8
commit 43277b871b

View file

@ -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