From f87001055f4ff57978e75ac25cede0221fde77a8 Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Fri, 1 Dec 2023 23:07:14 +0100 Subject: [PATCH 1/2] Add a command to run fend using pkgx to the index.md --- documentation/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/index.md b/documentation/index.md index aa8f3367..f2c53c20 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -95,6 +95,14 @@ fend is available in the official AOSC OS package repository: oma install fend ``` +### PKGX + +fend is available on [pkgx]([https://pkgx.sh](https://pkgx.dev/pkgs/printfn.github.io/fend/)): + +```bash +pkgx fend +``` + ### NixOS / Nix package manager fend is available in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/fend/default.nix): From 422cee941a5f4a46361d1605553efb62f987f5ee Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Fri, 1 Dec 2023 23:55:25 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86fe948f..fe9f7dfb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ The easiest way to install fend locally is via your package manager: | Windows Package Manager | `winget install fend` | | Chocolatey | `choco install fend` | | Scoop | `scoop install fend` | +| Pkgx | `pkgx fend` | Alternatively, you can manually download the latest stable binaries [here](https://github.com/printfn/fend/releases/latest). @@ -69,6 +70,7 @@ $ fend * [NPM fend-wasm-web package](https://www.npmjs.com/package/fend-wasm-web) * [NPM fend-wasm-nodejs package](https://www.npmjs.com/package/fend-wasm-nodejs) * [Telegram Bot](https://t.me/fend_calc_bot) +* [Pkgx](https://pkgx.dev/pkgs/printfn.github.io/fend/) ## [Manual](https://printfn.github.io/fend/documentation/)