From 61f6f8c8c49a733748cf9ec291ccc52db38c8f5f Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 6 Oct 2018 09:08:40 +0900 Subject: [PATCH] doc: use raw installation url until https://git.io/fisher is restored --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.