We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df684c + cbcfcb9 commit 5cdae59Copy full SHA for 5cdae59
site/content/en/docs/Start/macos.md
@@ -17,7 +17,7 @@ weight: 2
17
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and install minikube:
18
19
```shell
20
-brew cask install minikube
+brew install minikube
21
```
22
23
{{% /tab %}}
@@ -40,8 +40,8 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin
40
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and upgrade minikube:
41
42
43
-rm /usr/local/bin/minikube
44
-brew cask reinstall minikube
+brew update
+brew upgrade minikube
45
46
47
0 commit comments