From e0e790b366167fae4c81af12ad36ed818240f381 Mon Sep 17 00:00:00 2001 From: Rajdeep Malakar Date: Tue, 13 Feb 2024 20:16:07 +0530 Subject: [PATCH 1/2] feat(docs): Add AUR installation options Signed-off-by: Rajdeep Malakar --- docs/run/anywhere/terminals.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/run/anywhere/terminals.md b/docs/run/anywhere/terminals.md index 2bb381ea..f813038f 100644 --- a/docs/run/anywhere/terminals.md +++ b/docs/run/anywhere/terminals.md @@ -48,7 +48,15 @@ If you download manually you’ll need to move the binary somewhere in your `PATH`. {% endhint %} +4. If you're on Arch Linux (or any of it's derivatives) you can also use the [`pkgx`](https://aur.archlinux.org/packages/pkgx) (latest released version) or [`pkgx-git`](https://aur.archlinux.org/packages/pkgx-git) (latest development version, might not be stable). + +{% hint style='warning' %} +The AURs are community-maintained and might be out-of-date. Use them with caution. +{% endhint %} + [`brew`]: https://brew.sh [GitHub Releases]: https://github.com/pkgxdev/pkgx/releases [installer]: https://github.com/pkgxdev/setup/blob/main/installer.sh +[`pkgx` AUR]: https://aur.archlinux.org/packages/pkgx +[`pkgx-git` AUR]: https://aur.archlinux.org/packages/pkgx-git From bd2e568e90ffa3e74234776f93deaadffef0a57d Mon Sep 17 00:00:00 2001 From: Rajdeep Malakar Date: Tue, 13 Feb 2024 20:22:24 +0530 Subject: [PATCH 2/2] fix(docs): Fix Links Signed-off-by: Rajdeep Malakar --- docs/run/anywhere/terminals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run/anywhere/terminals.md b/docs/run/anywhere/terminals.md index f813038f..bcbf7332 100644 --- a/docs/run/anywhere/terminals.md +++ b/docs/run/anywhere/terminals.md @@ -48,7 +48,7 @@ If you download manually you’ll need to move the binary somewhere in your `PATH`. {% endhint %} -4. If you're on Arch Linux (or any of it's derivatives) you can also use the [`pkgx`](https://aur.archlinux.org/packages/pkgx) (latest released version) or [`pkgx-git`](https://aur.archlinux.org/packages/pkgx-git) (latest development version, might not be stable). +4. If you're on Arch Linux (or any of it's derivatives) you can also use the [`pkgx` AUR] (latest released version) or [`pkgx-git` AUR] (latest development version, might not be stable). {% hint style='warning' %} The AURs are community-maintained and might be out-of-date. Use them with caution.