Skip to content

Commit

Permalink
Merge pull request #43 from hossamdash/patch-1
Browse files Browse the repository at this point in the history
add install instructions for arch linux
  • Loading branch information
keisku authored Oct 13, 2024
2 parents 9465177 + 026ccac commit 4405da3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ The plugin is available in [nixpkgs](https://search.nixos.org/packages?query=kub
nix-env -iA nixpkgs.kubectl-explore
```

### Arch

use [yay](https://aur.archlinux.org/packages/yay-bin) or [paru](https://aur.archlinux.org/packages/paru-bin) to install the package from the AUR.

[kubectl-explore-bin](https://aur.archlinux.org/packages/kubectl-explore-bin/)

```bash
[yay/paru] -S kubectl-explore-bin
```

### Download the binary

Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-explore/releases) and drop it in your `$PATH`.
Expand Down

0 comments on commit 4405da3

Please sign in to comment.