From d67f04162c5468192bed2a2292c11061fe2e3922 Mon Sep 17 00:00:00 2001 From: Yishay Mendelsohn Date: Sat, 26 Aug 2023 18:37:16 +0300 Subject: [PATCH] Add Homebrew installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3952b326..7cfff5e4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Kor is a tool to discover unused Kubernetes resources. Currently, Kor can identi ## Installation +For MacOS users, you can install Kor using Homebrew: +```sh +brew install kor +``` + Download the binary for your operating system from the [releases page](https://github.com/yonahd/kor/releases) and add it to your system's PATH. ## Usage