From 705e476adfa9439731e5890ccad20b3313aa1b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my-Christophe=20Schermesser?= Date: Wed, 22 May 2019 18:52:00 +0200 Subject: [PATCH] fix: add kubectl in installation (#35) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f40fff..a711702 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ open https://download.docker.com/mac/stable/Docker.dmg Install minikube and the "ingress" and "metrics-server" addons: ```sh -$ brew cask install minikube +$ brew cask install minikube kubectl [...] $ minikube start