doc: use raw installation url until https://git.io/fisher is restored

This commit is contained in:
Jorge Bucaran 2018-10-06 09:08:40 +09:00 committed by GitHub
parent ac3e05ae3e
commit 61f6f8c8c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
curl https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish --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.