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/) 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):