From cbcfcb94518206833606e67e13486a43f9220d0a Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 27 Oct 2019 13:26:42 +0000 Subject: [PATCH] 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. --- site/content/en/docs/Start/macos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/en/docs/Start/macos.md b/site/content/en/docs/Start/macos.md index 4ba02d9afb..3c41e3a9b9 100644 --- a/site/content/en/docs/Start/macos.md +++ b/site/content/en/docs/Start/macos.md @@ -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 %}}