Update README.md

This commit is contained in:
Drew Weymouth
2025-09-14 09:55:25 -07:00
committed by GitHub
parent e2ccc8b446
commit d6b2bd97fb
+3 -3
View File
@@ -44,7 +44,7 @@ Supersonic supports any music server with a Subsonic (or OpenSubsonic) API, or J
* [x] ReplayGain support (depends on files being tagged on server) * [x] ReplayGain support (depends on files being tagged on server)
* [x] Waveform seekbar * [x] Waveform seekbar
* [x] [Custom themes](https://github.com/dweymouth/supersonic/wiki/Custom-Themes) * [x] [Custom themes](https://github.com/dweymouth/supersonic/wiki/Custom-Themes)
* [x] MPRIS and Mac OS media center integration for media key and desktop control * [x] MPRIS, Windows SMTC, and Mac OS media center integration for media key and desktop control
* [x] Built-in 15-band graphic equalizer * [x] Built-in 15-band graphic equalizer
* [x] Scrobble plays to server, with configurable criteria * [x] Scrobble plays to server, with configurable criteria
* [x] Add and switch between multiple servers * [x] Add and switch between multiple servers
@@ -69,14 +69,14 @@ Platform-specific installation instructions are listed below. In addition to the
### Linux ### Linux
* **AppImage:** On the [latest release](https://github.com/dweymouth/supersonic/releases) page, you can download an AppImage package with the MPV library bundled.<br/> * **AppImage:** On the [latest release](https://github.com/dweymouth/supersonic/releases) page, you can download an AppImage package with the MPV library bundled.<br/>
Supported OS:<br/> Tested OSes:<br/>
ubuntu 22.04+ <br/> ubuntu 22.04+ <br/>
debian 12+ <br/> debian 12+ <br/>
fedora 42+ <br/> fedora 42+ <br/>
* **(Debian) .tar.xz:** The.tar.xz builds from the Releases page support Debian-based distros. You **must** have libmpv installed on your system, and choose the correct release build (libmpv2 or libmpv1) based on which is available in your distro's package manager. On apt-based systems, run `sudo apt install libmpv1` (or libmpv2) if it is not already installed. To install the Linux release build, after ensuring the required libmpv is installed, extract the .tar.xz bundle and run `make user-install` or `sudo make install`. * **(Debian) .tar.xz:** The.tar.xz builds from the Releases page support Debian-based distros. You **must** have libmpv installed on your system, and choose the correct release build (libmpv2 or libmpv1) based on which is available in your distro's package manager. On apt-based systems, run `sudo apt install libmpv1` (or libmpv2) if it is not already installed. To install the Linux release build, after ensuring the required libmpv is installed, extract the .tar.xz bundle and run `make user-install` or `sudo make install`.
* **Packages:** On Linux, Supersonic is [available as a Flatpak](https://flathub.org/apps/details/io.github.dweymouth.supersonic). (Thank you @anarcat!) Third-party packages are also available for Arch and Nix OS. Please note that the Flatpak package currently does not support CJK fonts as the sandboxing breaks font lookup. * **Packages:** On Linux, Supersonic is [available as a Flatpak](https://flathub.org/apps/details/io.github.dweymouth.supersonic). (Thank you @anarcat!) Third-party packages are also available for Arch and Nix OS. **Please note** that the Flatpak package currently does not support CJK fonts as the sandboxing breaks font lookup.
### Windows ### Windows