From fedba79378ff0820be96b3ae96857fa841dd915b Mon Sep 17 00:00:00 2001 From: Daniel Valencia Backhoff Date: Mon, 5 Feb 2018 16:26:39 -0800 Subject: [PATCH] Add alternative installation for kubectl and cfssl Added alternative installation method for `kubectl` and `cfssl` via Homebrew --- docs/02-client-tools.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index e6b728d..a3a1fb4 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -24,6 +24,12 @@ chmod +x cfssl cfssljson sudo mv cfssl cfssljson /usr/local/bin/ ``` +Or install with Homebrew: + +``` +brew install cfssl +``` + ### Linux ``` @@ -80,6 +86,12 @@ chmod +x kubectl sudo mv kubectl /usr/local/bin/ ``` +Or install via Homebrew: + +``` +brew install kubectl +``` + ### Linux ```