Prefer choco over manual installation for windows
As a Windows developer who benefits from Chocolatey's wide adoption, I propose making this the primary example of Windows installation. It is my suspicion that most people using Minikube on Windows will be familiar with it (though I have no data to be back up this claim).pull/2987/head
parent
9b5795072e
commit
e42d5a1a2b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue