minikube: add README (#7359)
parent
5ca3efa17f
commit
70246da9cb
1 changed files with 9 additions and 0 deletions
@ -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 new issue