fix instructions

pull/8196/head
Priya Wadhwa 2020-05-19 12:13:36 -07:00
parent a9b29a71a5
commit 07ceed9e2f
1 changed files with 2 additions and 1 deletions

View File

@ -56,9 +56,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 link the binary:
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
```