1
0
Fork 0
mirror of synced 2024-06-23 08:40:45 +12:00

Merge pull request #217 from aznd/add_flatpak_readme

Fix typo and add flatpak to README.md
This commit is contained in:
Dummerle 2022-06-21 22:13:49 +02:00 committed by GitHub
commit dc9b8e6cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ If you run into any issues, please report it by creating an issue on GitHub or o
## Installation
### Installation via pip (recommend)
### Installation via pip (recommended)
Execute `pip install Rare` for all users, or `pip install Rare --user` for the current user only.
@ -72,6 +72,18 @@ There are some AUR packages available:
- Do not wonder if some icons look strange, because the official python3-qtawesome package is too old. Many icons were
replaced.
#### Flatpak
Rare is available as a flatpak. See [rare](https://flathub.org/apps/details/io.github.dummerle.rare).
Install it via:
`flatpak install flathub io.github.dummerle.rare`
Run it via:
`flatpak run io.github.dummerle.rare`
#### Other
Install via `pip` or use the AppImage.