未验证 提交 06a3ed32 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #8196 from priyawadhwa/brew

Improve documentation for minikube installation via brew
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册