mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Add Readme.md
This commit is contained in:
parent
63115760d2
commit
066023d8b6
1 changed files with 9 additions and 0 deletions
9
plugins/adonis/README.md
Normal file
9
plugins/adonis/README.md
Normal 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)
|
||||
```
|
Loading…
Reference in a new issue