Skip to content

Commit

Permalink
Merge pull request #48 from Aethar01/master
Browse files Browse the repository at this point in the history
Add arch to installation instructions in README.md
  • Loading branch information
Benexl authored Jan 4, 2025
2 parents 4c8ff2a + fd0d899 commit 3c5106c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 3c5106c

Please sign in to comment.