From 5a4088af4200b4a4fc833267251dbd637c25b730 Mon Sep 17 00:00:00 2001 From: janitha09 Date: Mon, 5 Aug 2019 15:41:49 -0700 Subject: [PATCH] Update install-minikube.md (#15087) kubernetes-cli is now included as a dependency https://chocolatey.org/packages/Minikube --- content/en/docs/tasks/tools/install-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/install-minikube.md b/content/en/docs/tasks/tools/install-minikube.md index 32b51751e0..032c3fdba4 100644 --- a/content/en/docs/tasks/tools/install-minikube.md +++ b/content/en/docs/tasks/tools/install-minikube.md @@ -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): ```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.