Merge pull request #10341 from vladdoster/patch-1

(docs) update install instructions for MacOS
pull/10435/head
priyawadhwa 2021-02-10 11:08:01 -08:00 committed by GitHub
commit b0fcaa6e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@ 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:
If `which minikube` fails after installation via brew, you may have to remove the old minikube links and link the newly installed binary:
```shell
brew cask remove minikube
brew unlink minikube
brew link minikube
```