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:
parent
c099a70c20
commit
8d4f5ac8f2
@ -31,6 +31,17 @@ make
|
|||||||
|
|
||||||
This will produce a `kgctl` binary at `./bin/<your-os>/<your-architecture>/kgctl`.
|
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
|
## Commands
|
||||||
|
|
||||||
|Command|Syntax|Description|
|
|Command|Syntax|Description|
|
||||||
|
Loading…
Reference in New Issue
Block a user