Add README for pow and powify plugins (#8225)

This commit is contained in:
Denis Titusov 2019-10-07 19:01:08 +03:00 committed by Marc Cornellà
commit 5f066dabc8
2 changed files with 31 additions and 0 deletions

10
plugins/powify/README.md Normal file
View file

@ -0,0 +1,10 @@
# powify plugin
This plugin adds autocompletion for [powify](https://github.com/sethvargo/powify),
an easy-to-use wrapper for Basecamp's [pow](https://github.com/basecamp/pow).
To use it, add powify to the plugins array of your zshrc file:
```sh
plugins=(... powify)
```