From 16da9f90b3c6d98b378543c9d5183686114b9a71 Mon Sep 17 00:00:00 2001 From: Danila Fominykh Date: Wed, 1 Nov 2023 19:58:58 -0300 Subject: [PATCH] Update docs/content/usage/packages/arch.en-us.md Co-authored-by: silverwind --- docs/content/usage/packages/arch.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/usage/packages/arch.en-us.md b/docs/content/usage/packages/arch.en-us.md index a448d00a9d..095d024a3d 100644 --- a/docs/content/usage/packages/arch.en-us.md +++ b/docs/content/usage/packages/arch.en-us.md @@ -62,4 +62,4 @@ curl -X DELETE \ ## Clients -Any `pacman` compatible package manager/AUR-helper can be used to install packages from gitea ([yay](https://github.com/Jguer/yay), [paru](https://github.com/Morganamilo/paru), [pikaur](https://github.com/actionless/pikaur), [aura](https://github.com/fosskers/aura)). Alternatively, you can try [pack](https://fmnx.su/core/pack) which supports full gitea API (install/push/remove). Also, any HTTP client can be used to execute get/push/remove operations ([curl](https://curl.se/), [postman](https://www.postman.com/), [thunder-client](https://www.thunderclient.com/)). +Any `pacman` compatible package manager or AUR-helper can be used to install packages from gitea ([yay](https://github.com/Jguer/yay), [paru](https://github.com/Morganamilo/paru), [pikaur](https://github.com/actionless/pikaur), [aura](https://github.com/fosskers/aura)). Alternatively, you can try [pack](https://fmnx.su/core/pack) which supports full gitea API (install/push/remove). Also, any HTTP client can be used to execute get/push/remove operations ([curl](https://curl.se/), [postman](https://www.postman.com/), [thunder-client](https://www.thunderclient.com/)).