From 2aadd3ed41820a83b752d51e48c8ca2fa2790842 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 28 Apr 2022 11:31:59 +0800 Subject: [PATCH] docs(instllation): replace `git.io` --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index e309e5f..3341162 100644 --- a/Installation.md +++ b/Installation.md @@ -155,7 +155,7 @@ See the Makefile for details on advanced configuration options. One-liner: ```bash -curl -sSL https://git.io/git-extras-setup | sudo bash /dev/stdin +curl -sSL https://raw.githubusercontent.com/tj/git-extras/master/install.sh | sudo bash /dev/stdin ``` ## Installing as Zsh plugin