Update install-minikube.md (#15087)

kubernetes-cli is now included as a dependency https://chocolatey.org/packages/Minikube
This commit is contained in:
janitha09
2019-08-05 15:41:49 -07:00
committed by Kubernetes Prow Robot
parent c7e57cb67c
commit 5a4088af42
@@ -158,7 +158,7 @@ Hyper-V can run on three versions of Windows 10: Windows 10 Enterprise, Windows
The easiest way to install Minikube on Windows is using [Chocolatey](https://chocolatey.org/) (run as an administrator): The easiest way to install Minikube on Windows is using [Chocolatey](https://chocolatey.org/) (run as an administrator):
```shell ```shell
choco install minikube kubernetes-cli choco install minikube
``` ```
After Minikube has finished installing, close the current CLI session and restart. Minikube should have been added to your path automatically. After Minikube has finished installing, close the current CLI session and restart. Minikube should have been added to your path automatically.