diff --git a/README.md b/README.md
index e6a7c4b4c..fef38fb17 100644
--- a/README.md
+++ b/README.md
@@ -201,6 +201,23 @@ sudo snap set core experimental.refresh-app-awareness=true
+#### 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
+```
+
+
+
+
+
#### Aur - Arch Linux
```bash