Update minikube.md

This commit is contained in:
Brandon B. Jozsa 2016-12-29 21:49:04 -05:00 committed by GitHub
parent 6ded595c32
commit c7619db2ed

View File

@ -11,6 +11,8 @@ Ensure that you have installed a recent version of [Kubernetes/Minikube](http://
**Kubernetes Helm:**
Install a recent version of [Kubernetes/Helm](https://github.com/kubernetes/helm):
Helm Installation Quickstart:
```
$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh
$ chmod 700 get_helm.sh