diff --git a/README.md b/README.md index dd5d457..01e7fea 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download fisher to your fish functions directory or any directory in your $fish_ ```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.