From 2271fab4a278c32ffe68749812bd78ea80a72ed2 Mon Sep 17 00:00:00 2001 From: Alexander Ilyin Date: Tue, 6 Nov 2018 15:38:48 -0800 Subject: [PATCH] Added missing dependency to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09f35d78efa2..2f07a72bf3e6 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a ### macOS ```shell brew cask install minikube +brew install kubernetes-cli ``` ### Linux