change minikube install cmd on macOS (#17296)

pull/17349/head
Luzhenxing 2019-11-01 23:09:25 +08:00 committed by Kubernetes Prow Robot
parent 14f0fdaebe
commit e999c0398d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ If you do not already have a hypervisor installed, install one of these now:
The easiest way to install Minikube on macOS is using [Homebrew](https://brew.sh):
```shell
brew cask install minikube
brew install minikube
```
You can also install it on macOS by downloading a stand-alone binary: