mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
Shorten install url
This commit is contained in:
parent
752bf63739
commit
8dc5641f8a
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue