(docs) update docs/start/_index.md`

minikube is not a cask on brew

- update doc wording to reflect the change
- update image reflecting this
pull/10341/head
vlad doster 2021-02-02 04:09:57 -06:00 committed by Vladislav Doster
parent 14c499b00f
commit 05123bb70a
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 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 ```shell
brew cask remove minikube brew unlink minikube
brew link minikube brew link minikube
``` ```