From 21747413769f8b779aa70cc4eab0abc1a2b0db5e Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Fri, 17 Aug 2018 07:50:28 -0700 Subject: [PATCH] add homebrew package to INSTALL.md --- INSTALL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6aea87a82..1a2b79542 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,7 +3,13 @@ ## Installation -Download a binary from the [release page]. +On macOS, you can install kustomize with Homebrew package +manager: + + brew install kustomize + +For all operating systems, download a binary from the +[release page]. Or try this to grab the latest official release using the command line: