docs: kgctl binary install on Archlinux

I've created a package in Arch User Repository for easily installing `kgctl` on Archlinux via an AUR helper like `yay` or `paru`. This internally fetches the binaries from [the GitHub releases page](https://github.com/squat/kilo/releases)

Related Links:
- https://aur.archlinux.org/packages/kgctl-bin
- https://github.com/codingCoffee/PKGBUILDs

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2021-09-10 14:54:33 +05:30
parent c099a70c20
commit 8d4f5ac8f2
No known key found for this signature in database
GPG Key ID: 88174D3C138A243E

View File

@ -31,6 +31,17 @@ make
This will produce a `kgctl` binary at `./bin/<your-os>/<your-architecture>/kgctl`.
### Binary packages
- Archlinux
Install `kgctl` from the Arch User Repository using an AUR helper like `paru` or `yay`
```shell
paru -S kgctl-bin
```
## Commands
|Command|Syntax|Description|