Add zplug installation method to README

This commit is contained in:
Timothée Mazzucotelli 2020-04-13 17:00:11 +02:00 committed by James Dinsdale
parent 8048638571
commit b86c006f62

View file

@ -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