Merge pull request #2 from NULLx76/patch-1

Added Archlinux (AUR) install instructions
mine
Fernand Galiana 2019-12-30 18:27:05 -07:00 committed by GitHub
commit af5f4e908e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -37,6 +37,13 @@ K9s is available on Linux, OSX and Windows platforms.
sudo port 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
```
* Building from source
K9s was built using go 1.13 or above. In order to build K9 from source you must:
1. Clone the repo
@ -98,8 +105,6 @@ k9s -n mycoolns
k9s --context coolCtx
```
---
## Key Bindings
K9s uses aliases to navigate most K8s resources.