mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-10 14:50:41 -08:00
Update README.md to include arch installation
This commit is contained in:
20
README.md
20
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
|
||||
|
||||

|
||||
|
||||
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:
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
yay -S fastanime-git
|
||||
```
|
||||
|
||||
or the stable version, which uses a tagged release:
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
yay -S fastanime
|
||||
```
|
||||
|
||||
### Installation using your favourite package manager
|
||||
|
||||
Currently the app is only published on [pypi](https://pypi.org/project/fastanime/).
|
||||
|
||||
Reference in New Issue
Block a user