Skip to content

Commit

Permalink
macOS install docs: Minikube is a normal Homebrew formula now
Browse files Browse the repository at this point in the history
- It was switched from being a Cask in
  Homebrew/homebrew-core#45603.
  • Loading branch information
issyl0 committed Oct 27, 2019
1 parent ccd82fe commit cbcfcb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/en/docs/Start/macos.md
Expand Up @@ -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 %}}
Expand All @@ -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 %}}
Expand Down

0 comments on commit cbcfcb9

Please sign in to comment.