Skip to content

Commit

Permalink
Prefer choco over manual installation for windows
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
awesley authored and dlorenc committed Jul 14, 2018
1 parent 9b57950 commit e42d5a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e42d5a1

Please sign in to comment.