From 7c3f7741c3b369ae2c7c5aa0348d8b5e5ea2a22d Mon Sep 17 00:00:00 2001 From: Mark Gerard Date: Mon, 25 Mar 2024 17:07:25 +1000 Subject: [PATCH] chore(docco): Add Homebrew as a MacOS install option Signed-off-by: Mark Gerard --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 846ff073..77fa32bf 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ sudo install -o root -g root -m 0755 falcoctl /usr/local/bin/falcoctl > NOTE: Make sure */usr/local/bin* is in your PATH environment variable. #### MacOS +The easiest way to install on MacOS is via `Homebrew`: +```bash +brew install falcoctl +``` + +Alternatively, you can download directly from the source: + ##### Intel ```bash LATEST=$(curl -sI https://github.com/falcosecurity/falcoctl/releases/latest | awk '/location: /{gsub("\r","",$2);split($2,v,"/");print substr(v[8],2)}')