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
|
||||
```
|
||||
|
||||
### 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
|
||||
|
||||
- [Releases](https://github.com/derailed/k9s/releases)
|
||||
|
|
@ -110,4 +117,4 @@ making k9s a reality!!
|
|||
|
||||
---
|
||||
<img src="assets/imhotep_logo.png" width="32" height="auto"/> © 2018 Imhotep Software LLC.
|
||||
All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue