diff --git a/README.md b/README.md index ac10e1c26d..11635d9708 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku ``` ### Windows -Download the [minikube-windows-amd64.exe](https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe) file, rename it to `minikube.exe` and add it to your path. +```shell +choco install minikube +``` ### Linux Continuous Integration without VM Support Example with kubectl installation: @@ -67,7 +69,7 @@ done * [Arch Linux AUR](https://aur.archlinux.org/packages/minikube/) * [Fedora/CentOS/Red Hat COPR](https://copr.fedorainfracloud.org/coprs/antonpatsev/minikube-rpm/) * [openSUSE/SUSE Linux Enterprise](https://build.opensuse.org/package/show/Virtualization:containers/minikube) -* [Windows] [Chocolatey](https://chocolatey.org/packages/Minikube) +* [Windows] Download the [minikube-windows-amd64.exe](https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe) file, rename it to `minikube.exe` and add it to your path. ### Minikube Version Management