1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-03 22:26:45 +02:00

Merge pull request #575 from zdog234/patch-1

This commit is contained in:
Masaki ISHIYAMA 2022-06-24 10:37:54 +09:00 committed by GitHub
commit 18cfcd4f76
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ latest | stable
### The best way
```console
$ curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
```
Curious about the installation script? Check it out at [zplug/installer](https://github.com/zplug/installer/blob/master/installer.zsh).
@ -53,7 +53,7 @@ Curious about the installation script? Check it out at [zplug/installer](https:/
### Using [Homebrew](https://github.com/Homebrew/brew) (OS X)
```console
$ brew install zplug
brew install zplug
```
### Manually