From 478a5bd48b3a12997e6463665e35f07cd44d79c7 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 3 Feb 2019 17:11:44 +0100 Subject: [PATCH] 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. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96820dcf..810d66ba 100644 --- a/README.md +++ b/README.md @@ -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!! --- © 2018 Imhotep Software LLC. -All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file +All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)