Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add install instruction for homebrew #40

Merged
merged 1 commit into from
Apr 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ $ kubectl relay -f targets.txt

## Installation

| Distribution | Command / Link |
|----------------------------------------|----------------------------------------------------------------|
| [Krew](https://krew.sigs.k8s.io/) | `kubectl krew install relay` |
| Pre-built binaries for macOS, Linux | [GitHub releases](https://github.com/knight42/krelay/releases) |
| Distribution | Command / Link |
|---------------------------------------|----------------------------------------------------------------|
| [Krew](https://krew.sigs.k8s.io/) | `kubectl krew install relay` |
| [Homebrew](https://brew.sh/) | `brew install knight42/tap/krelay` |
| Pre-built binaries for macOS, Linux | [GitHub releases](https://github.com/knight42/krelay/releases) |

> [!NOTE]
> If you only have limited access to the cluster, please make sure the permissions specified in [rbac.yaml](./manifests/rbac.yaml)
Expand Down