From 5782c977527f4cd074a65acaff8569bbbc19164c Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 18 Apr 2023 09:37:09 -0700 Subject: [PATCH] update README to add Flatpak link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b19bb06..d8f072a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Screenshots of Supersonic running against the Navidrome [demo server](https://ww ## Installation +On Linux, Supersonic is [available as a Flatpak](https://flathub.org/apps/details/io.github.dweymouth.supersonic)! (Thank you @anarcat!) If you prefer to directly install the release build, or build from source, read below. + If you are running Windows, Mac OS (Intel), or a Debian-based Linux distro, download the latest [release](https://github.com/dweymouth/supersonic/releases) for your operating system. If you prefer to build from source, **or there is no release build currently offered for your OS/architecture (Apple silicon Macs)**, then see the build instructions for your platform below. **If you are on Linux** you must have libmpv installed on your system. On apt-based systems, run `sudo apt install libmpv-dev` if it is not already installed. The Windows and Mac release builds bundle the mpv dependencies.