mirror of
https://github.com/zplug/zplug
synced 2025-04-30 13:17:57 +02:00
explain benefit of zplug installer
and also mention a serious problem with using Homebrew
This commit is contained in:
parent
c4dea76656
commit
88a8f5f9c2
@ -48,6 +48,8 @@ latest | stable
|
||||
$ curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||
```
|
||||
|
||||
This installer will honor your definition of `ZPLUG_HOME`.
|
||||
|
||||
Curious about the installation script? Check it out at [zplug/installer](https://github.com/zplug/installer/blob/master/installer.zsh).
|
||||
|
||||
### Using [Homebrew](https://github.com/Homebrew/brew) (OS X)
|
||||
@ -56,6 +58,8 @@ Curious about the installation script? Check it out at [zplug/installer](https:/
|
||||
$ brew install zplug
|
||||
```
|
||||
|
||||
Warning: Homebrew will impose its own value for `ZPLUG_HOME`, honoring neither any value you have defined nor using the zplug default. If you are okay with installing zplug to `/opt/homebrew/opt/zplug`, then Homebrew may work for you.
|
||||
|
||||
### Manually
|
||||
|
||||
Cloning from GitHub, and source `init.zsh`:
|
||||
|
Loading…
Reference in New Issue
Block a user