Skip to content

Commit

Permalink
en-docs: Minikube Installation via Homebrew (kubernetes#17826)
Browse files Browse the repository at this point in the history
* en-docs: Add Minikube Installation Via Homebrew

* Update install-minikube.md
  • Loading branch information
kihahu authored and k8s-ci-robot committed Nov 27, 2019
1 parent 09faf47 commit b364ad9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/docs/tasks/tools/install-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ sudo mkdir -p /usr/local/bin/
sudo install minikube /usr/local/bin/
```

### Install Minikube using Homebrew

As yet another alternative, you can install Minikube using Linux [Homebrew](https://docs.brew.sh/Homebrew-on-Linux):

```shell
brew install minikube
```

{{% /tab %}}
{{% tab name="macOS" %}}
### Install kubectl
Expand Down

0 comments on commit b364ad9

Please sign in to comment.