Skip to content

Commit 026ccac

Browse files
authored
add install instructions for arch linux
1 parent 9465177 commit 026ccac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ The plugin is available in [nixpkgs](https://search.nixos.org/packages?query=kub
4343
nix-env -iA nixpkgs.kubectl-explore
4444
```
4545

46+
### Arch
47+
48+
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.
49+
50+
[kubectl-explore-bin](https://aur.archlinux.org/packages/kubectl-explore-bin/)
51+
52+
```bash
53+
[yay/paru] -S kubectl-explore-bin
54+
```
55+
4656
### Download the binary
4757

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

0 commit comments

Comments
 (0)