diff --git a/src/components/download.tsx b/src/components/download.tsx index eaff6c8..eecd38e 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -111,6 +111,26 @@ export default function DownloadPage() { )} /> + {form.getValues().platform === "Linux" && ( +
+

+ Linux user?
+ We've recently added support for flatpak! You can download the flatpak version by running the following command: +

flatpak install flathub com.zen.browser
+

+
+ )} + {form.getValues().platform === "MacOS" && ( +
+

+ Mac user?
+ Setting up the MacOS version of Zen Browser is a bit more involved. We're working on making this easier, but for now you can follow these steps: + + + +

+
+ )}