mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
docs: remove git.io URL use from install command (#230)
Closes #229 Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
57f0d82118
commit
630f21f167
|
|
@ -130,7 +130,7 @@ ### Automatic Installation (Recommended)
|
|||
The easiest way to install Zinit is to execute:
|
||||
|
||||
```bash
|
||||
bash -c "$(curl -fsSL https://git.io/zinit-install)"
|
||||
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
|
||||
```
|
||||
|
||||
This will install Zinit in `~/.local/share/zinit/zinit.git`. `.zshrc` will be updated with three lines of code that will
|
||||
|
|
|
|||
Loading…
Reference in a new issue