cpanm: add README (#7377)
parent
5c91cfcb06
commit
545446a3db
2 changed files with 9 additions and 3 deletions
@ -0,0 +1,9 @@ |
||||
# Cpanm |
||||
|
||||
This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)). |
||||
|
||||
To use it add cpanm to the plugins array in your zshrc file. |
||||
|
||||
```bash |
||||
plugins=(... cpanm) |
||||
``` |
||||
Loading…
Reference in new issue