Added Archlinux install instructions
I've created an AUR package for k9s for easier installation on Archlinux, it may be helpful to add this to the README so others are aware of it.mine
parent
6e2a2f7c62
commit
478a5bd48b
|
|
@ -26,6 +26,13 @@ for changes and offers subsequent commands to interact with observed resources.
|
||||||
brew tap derailed/k9s && brew install k9s
|
brew tap derailed/k9s && brew install k9s
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Archlinux (AUR)
|
||||||
|
K9s is available in the Arch User Repository under the name [k9s-bin](https://aur.archlinux.org/packages/k9s-bin/), you can install it with your favourite AUR helper like so:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
yay -S k9s-bin
|
||||||
|
```
|
||||||
|
|
||||||
### Binary Releases
|
### Binary Releases
|
||||||
|
|
||||||
- [Releases](https://github.com/derailed/k9s/releases)
|
- [Releases](https://github.com/derailed/k9s/releases)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue