Shorten install url

This commit is contained in:
Philipp Schmitt 2021-11-21 09:03:18 +01:00
parent 752bf63739
commit 8dc5641f8a
No known key found for this signature in database
GPG key ID: DC439C47EACB17F9
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ ### Automatic Installation (Recommended)
The easiest way to install Zinit is to execute:
```zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
sh -c "$(curl -fsSL https://git.io/zinit-install)"
```
This will install Zinit in `~/.local/share/zinit/zinit.git`.

View file

@ -203,7 +203,7 @@ The easiest way to install Zinit is to execute:
.IP
.nf
\f[C]
sh -c \[dq]$(curl -fsSL https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)\[dq]
sh -c \[dq]$(curl -fsSL https://git.io/zinit-install)\[dq]
\f[R]
.fi
.PP