We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9465177 commit 026ccacCopy full SHA for 026ccac
README.md
@@ -43,6 +43,16 @@ The plugin is available in [nixpkgs](https://search.nixos.org/packages?query=kub
43
nix-env -iA nixpkgs.kubectl-explore
44
```
45
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
56
### Download the binary
57
58
Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-explore/releases) and drop it in your `$PATH`.
0 commit comments