Merge pull request #9949 from lupino3/patch-1

Add mention of the Windows Package Manager
pull/9959/head
Thomas Strömberg 2020-12-14 09:48:04 -08:00 committed by GitHub
commit a815e801aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -98,12 +98,22 @@ sudo install minikube-darwin-amd64 /usr/local/bin/minikube
{{% /mactab %}}
{{% windowstab %}}
If the [Chocolatey Package Manager](https://chocolatey.org/) is installed, use it to install minikube:
### Windows Package Manager
If the [Windows Package Manager](https://docs.microsoft.com/en-us/windows/package-manager/) is installed, use the following command to install minikube:
```shell
winget install minikube
```
### Chocolatey
If the [Chocolatey Package Manager](https://chocolatey.org/) is installed, use the following command:
```shell
choco install minikube
```
### Stand-alone Windows Installer
Otherwise, download and run the [Windows installer](https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe)
{{% /windowstab %}}