diff --git a/README.md b/README.md index 2c718116..a32f19d1 100644 --- a/README.md +++ b/README.md @@ -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.