Update README.md

Add flathub link
This commit is contained in:
makeasnek 2024-12-20 18:41:14 -08:00 committed by Johannes Millan
parent 9a68ecea4c
commit cce1eb3a6a

View file

@ -201,6 +201,23 @@ sudo snap set core experimental.refresh-app-awareness=true
<img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" />
</a>
#### Flatpak - Most distributions
Must install Flatpak first. See [setup instructions for all distributions](https://flathub.org/setup).
Install via command-line:
```bash
# install
flatpak install flathub com.super_productivity.SuperProductivity
# run
flatpak run com.super_productivity.SuperProductivity
```
<a href='https://flathub.org/apps/com.super_productivity.SuperProductivity'>
<img width='240' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en'/>
</a>
#### Aur - Arch Linux
```bash