brew cask install minikube

The minikube brew install is actually done with a brew-cask, which is brew, but for prebuilt binaries.
We use a 'cask' because minikube has a isn't super easy to build from source in a homebrew file.
pull/1450/head
r2d4 2017-05-03 20:04:41 -07:00
parent c7a8bd9389
commit 41eac85959
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a
## Installation
### macOS
```shell
brew install minikube
brew cask install minikube
```
### Linux