From 054c4a9e8bf96b75221a0e307a9fc50f541d191e Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:44:42 -0700 Subject: [PATCH] Update the readme Added a link to the live demo portal. updated the homebrew and helm installation instructions. --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 22f7d25a8..42cf4922c 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,8 @@

- NEW: - Version 52.1.63 - now available, featuring enhanced - Network Error Detection & Analysis. + Want to see Kubeshark in action, right now? Visit this + live demo deploymenet of Kubeshark.

@@ -51,18 +49,21 @@ Running any of the :point_up: above commands will open the [Web UI](https://docs ### Homebrew -[Homebrew](https://brew.sh/) :beer: users can add Kubeshark formulae with: - -```shell -brew tap kubeshark/kubeshark -``` - -and install Kubeshark CLI with: +[Homebrew](https://brew.sh/) :beer: users install Kubeshark CLI with: ```shell brew install kubeshark ``` +### Helm + +Add the helm repository and install the chart: + +```shell +helm repo add kubeshark https://helm.kubeshark.co +‍helm install kubeshark kubeshark/kubeshark +``` + ## Building From Source Clone this repository and run `make` command to build it. After the build is complete, the executable can be found at `./bin/kubeshark__`.