mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 14:58:44 +00:00
docs: add how to install step for brew (#1286)
This commit is contained in:
parent
75ff80218b
commit
45f8c8a834
11
README.md
11
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).
|
||||
|
Loading…
Reference in New Issue
Block a user