From be10cb91ccd134f43774e2858c13097bed25ed38 Mon Sep 17 00:00:00 2001 From: aznd <80119822+aznd@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:08:04 +0200 Subject: [PATCH] Fix typo and add flatpak to README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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.