From 34a59a1f618ff375a2797dadfc108e9e2c7dedf8 Mon Sep 17 00:00:00 2001 From: Nilesh Londhe Date: Sat, 18 Nov 2017 20:31:46 -0800 Subject: [PATCH] Update 02-client-tools.md --- docs/02-client-tools.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index 738b879..2dc6258 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -24,6 +24,15 @@ chmod +x cfssl cfssljson sudo mv cfssl cfssljson /usr/local/bin/ ``` +alternatively, if you have homebrew setup, just run + +``` +brew install cfssl +``` + +This will get you both `cfssl` and `cfssljson`. + + ### Linux ```