docs: add how to install step for brew (#1286)

This commit is contained in:
Atıl Sensalduz 2023-01-04 02:14:38 +03:00 committed by GitHub
parent 75ff80218b
commit 45f8c8a834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).