Skip to content

Commit

Permalink
docs: installation from official krew index
Browse files Browse the repository at this point in the history
Signed-off-by: flavono123 <[email protected]>
  • Loading branch information
flavono123 committed Feb 13, 2025
1 parent 1116c5f commit e7fb6ff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

![demo](./assets/kupid.gif)


Pick any Deep schema fields, create your own table view of Kubernetes TUI.

![GitHub License](https://img.shields.io/github/license/flavono123/kupid)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/flavono123/kupid)
[![Go Report Card](https://goreportcard.com/badge/github.com/flavono123/kupid)](https://goreportcard.com/report/github.com/flavono123/kupid)

## Installation

### Homebrew
Expand All @@ -17,10 +22,14 @@ kupid
### Krew

```sh
# from the official krew index
kubectl krew install pickdeep # more general name for this case; https://krew.sigs.k8s.io/docs/developer-guide/develop/naming-guide/

# from my custom krew index, more latest since follow this repo's package
kubectl krew index add flew https://github.com/flavono123/flew-index.git
kubectl krew install flew/pickdeep

kubectl pickdeep # more general name for this case; https://krew.sigs.k8s.io/docs/developer-guide/develop/naming-guide/
kubectl pickdeep
```

### Go
Expand Down

0 comments on commit e7fb6ff

Please sign in to comment.