mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
minikube: add README (#7359)
This commit is contained in:
parent
5ca3efa17f
commit
70246da9cb
1 changed files with 9 additions and 0 deletions
9
plugins/minikube/README.md
Normal file
9
plugins/minikube/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# minikube
|
||||
|
||||
This plugin provides completion for [minikube](https://github.com/kubernetes/minikube).
|
||||
|
||||
To use it, add `minikube` to the plugins array in your zshrc file.
|
||||
|
||||
```
|
||||
plugins=(... minikube)
|
||||
```
|
Loading…
Reference in a new issue