Add zplug installation option

This commit is contained in:
James Dinsdale 2017-02-20 22:47:06 +00:00 committed by GitHub
parent d78c1bbe60
commit 1152d774e2

View file

@ -14,6 +14,14 @@ ZUnit is a powerful unit testing framework for ZSH
zulu install zunit
```
### zplug
```sh
zplug "molovo/zunit", \
as:command, \
use:zunit
```
### Manual
```sh