From c753873f6161918f04bf91b14fd7edffa77b7da8 Mon Sep 17 00:00:00 2001 From: Elliott Ashby Date: Sat, 4 Jan 2025 21:30:39 +0000 Subject: [PATCH 1/2] Update README.md to include arch installation --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index aad8998..aa22993 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,26 @@ If you have any difficulty consult for help on the [discord channel](https://dis nix profile install github:Benexl/fastanime ``` +### Installation on Arch + +![Static Badge](https://img.shields.io/badge/arch-black?style=flat&logo=archlinux) + +Install from the AUR using an AUR helper such as [yay](https://github.com/Jguer/yay) or [paru](https://github.com/Morganamilo/paru) either the git version, which uses the latest commit: + +![AUR Version](https://img.shields.io/aur/version/fastanime-git?label=git) + +```bash +yay -S fastanime-git +``` + +or the stable version, which uses a tagged release: + +![AUR Version](https://img.shields.io/aur/version/fastanime?label=stable) + +```bash +yay -S fastanime +``` + ### Installation using your favourite package manager Currently the app is only published on [pypi](https://pypi.org/project/fastanime/). From fd0d899f72913a028a5766c4c0e4e38ca0c0f6ca Mon Sep 17 00:00:00 2001 From: Elliott Ashby Date: Sat, 4 Jan 2025 21:31:32 +0000 Subject: [PATCH 2/2] grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa22993..af37feb 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ nix profile install github:Benexl/fastanime ![Static Badge](https://img.shields.io/badge/arch-black?style=flat&logo=archlinux) -Install from the AUR using an AUR helper such as [yay](https://github.com/Jguer/yay) or [paru](https://github.com/Morganamilo/paru) either the git version, which uses the latest commit: +Install from the AUR using an AUR helper such as [yay](https://github.com/Jguer/yay) or [paru](https://github.com/Morganamilo/paru), either the git version, which uses the latest commit: ![AUR Version](https://img.shields.io/aur/version/fastanime-git?label=git)