fix instructions
parent
a9b29a71a5
commit
07ceed9e2f
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue