Add Readme.md

This commit is contained in:
Erwan ROUSSEL 2018-10-29 22:23:11 +01:00
parent 63115760d2
commit 066023d8b6

9
plugins/adonis/README.md Normal file
View file

@ -0,0 +1,9 @@
# Adonis
This plugin provides completion for [AdonisJs](https://adonisjs.com/).
To use it add adonis to the plugins array in your zshrc file.
```bash
plugins=(... adonis)
```