mirror of
https://github.com/zunit-zsh/zunit.git
synced 2026-09-10 06:36:15 -04:00
Add zplug installation method to README
This commit is contained in:
parent
8048638571
commit
b86c006f62
15
README.md
15
README.md
|
|
@ -21,6 +21,21 @@ zulu install zunit
|
|||
./build.zsh
|
||||
zulu link zunit
|
||||
```
|
||||
|
||||
### [zplug](https://github.com/zplug/zplug)
|
||||
|
||||
ZUnit and its dependencies can all be installed with zplug.
|
||||
|
||||
```sh
|
||||
zplug 'molovo/revolver', \
|
||||
as:command, \
|
||||
use:revolver
|
||||
zplug 'zunit-zsh/zunit', \
|
||||
as:command, \
|
||||
use:zunit, \
|
||||
hook-build:'./build.zsh'
|
||||
```
|
||||
|
||||
|
||||
### Homebrew
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue