Skip to content

Commit

Permalink
Merge pull request #5750 from issyl0/minikube-is-standard-homebrew-fo…
Browse files Browse the repository at this point in the history
…rmula-now

macOS install docs: Minikube is a normal Homebrew formula now
  • Loading branch information
tstromberg authored Oct 30, 2019
2 parents 4df684c + cbcfcb9 commit 5cdae59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/en/docs/Start/macos.md
Original file line number Diff line number Diff line change
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 5cdae59

Please sign in to comment.