1
0
Fork 0
mirror of synced 2024-05-13 00:53:04 +12:00

Fix typo and add flatpak to README.md

This commit is contained in:
aznd 2022-06-21 22:08:04 +02:00
parent da872bf424
commit be10cb91cc

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.