From 45f8c8a834b1fd1cebe9350ac43a73f8ea4f11b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?At=C4=B1l=20Sensalduz?= <44255923+atilsensalduz@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:14:38 +0300 Subject: [PATCH] docs: add how to install step for brew (#1286) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bb77bdc98..9f67d776c 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,17 @@ kubeshark tap -n sock-shop "(catalo*|front-end*)" ``` Running any of the :point_up: above commands will open a local [Web UI](https://docs.kubeshark.co/en/ui) immediately showing Kubernetes trafic streaming in real time. +## Homebrew +MacOS and GNU/Linux users available way to install via [Homebrew](https://brew.sh/): + +```bash +# Tap a new formula: +brew tap kubeshark/kubeshark + +# Installation: +brew install kubeshark +``` + ## Documentation To learn more, read the [documentation](https://docs.kubeshark.co).