Merge pull request #8196 from priyawadhwa/brew

Improve documentation for minikube installation via brew
pull/8168/head^2
Medya Ghazizadeh 2020-05-20 01:22:23 +00:00 committed by GitHub
commit 06a3ed32fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,13 @@ If the [Brew Package Manager](https://brew.sh/) installed:
brew install minikube
```
If `which minikube` fails after installation via brew, you may have to remove the minikube cask and link the binary:
```
brew cask remove minikube
brew link minikube
```
Otherwise, download minikube directly:
```shell