doc: use git.io/fisher as installation URL since it was restored

This commit is contained in:
Jorge Bucaran 2018-10-06 09:59:54 +09:00
parent 8c348f4082
commit 41d5fe0ca6
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install fish
script:
- curl https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish --create-dirs -so ~/.config/fish/functions/fisher.fish
- curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
- fish -c "fisher version"

View file

@ -20,7 +20,7 @@ Download fisher to your fish functions directory or any directory in your $fish_
<!-- Notice we're just copying a file to a directory—this is not a curlpipe installer. -->
```fish
curl https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish --create-dirs -sLo ~/.config/fish/functions/fisher.fish
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
```
If the [XDG_CONFIG_HOME](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables) environment variable is defined on your system, use $XDG_CONFIG_HOME/fish to resolve the path to your fish configuration directory instead of ~/.config/fish.