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__`.