Skip to content

Commit

Permalink
Merge pull request #250 from michaelessiet/patch-1
Browse files Browse the repository at this point in the history
Add a command to run fend using pkgx to the index.md
  • Loading branch information
printfn authored Dec 2, 2023
2 parents 2bca4a9 + 422cee9 commit ca31a10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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/)

Expand Down
8 changes: 8 additions & 0 deletions documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ca31a10

Please sign in to comment.