From a9b29a71a52ac189f75876a04e1ef44732fa5384 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Mon, 18 May 2020 14:59:35 -0700 Subject: [PATCH] Improve documentation for minikube installation via brew --- site/content/en/docs/start/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 71746209e..3ef4b7bb3 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -56,6 +56,12 @@ If the [Brew Package Manager](https://brew.sh/) installed: brew install minikube ``` +If `which minikube` fails after installation via brew, you may have to link the binary: + +``` +brew link minikube +``` + Otherwise, download minikube directly: ```shell -- GitLab