macOS install docs: Minikube is a normal Homebrew formula now

- It was switched from being a Cask in
  https://github.com/Homebrew/homebrew-core/pull/45603.
pull/5750/head
Issy Long 2019-10-27 13:26:42 +00:00
parent ccd82feddb
commit cbcfcb9451
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ weight: 2
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and install minikube:
```shell
brew cask install minikube
brew install minikube
```
{{% /tab %}}
@ -40,8 +40,8 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin
If the [Brew Package Manager](https://brew.sh/) is installed, use it to download and upgrade minikube:
```shell
rm /usr/local/bin/minikube
brew cask reinstall minikube
brew update
brew upgrade minikube
```
{{% /tab %}}