Skip to content

Commit 5cdae59

Browse files
authored
Merge pull request #5750 from issyl0/minikube-is-standard-homebrew-formula-now
macOS install docs: Minikube is a normal Homebrew formula now
2 parents 4df684c + cbcfcb9 commit 5cdae59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/en/docs/Start/macos.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 2
1717
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and install minikube:
1818

1919
```shell
20-
brew cask install minikube
20+
brew install minikube
2121
```
2222

2323
{{% /tab %}}
@@ -40,8 +40,8 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin
4040
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and upgrade minikube:
4141

4242
```shell
43-
rm /usr/local/bin/minikube
44-
brew cask reinstall minikube
43+
brew update
44+
brew upgrade minikube
4545
```
4646

4747
{{% /tab %}}

0 commit comments

Comments
 (0)