From 67bec738dbec2442d05d09ef72b2be82acb1d774 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 10 Mar 2023 17:30:28 +0900 Subject: [PATCH] Use IPv6-compatible install link in README Thank you for the good times, git.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd3564..b81a3d6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Manage functions, completions, bindings, and snippets from the command line. Ext ## Installation ```console -curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher +curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher ``` ## Quickstart