From 094b543c104943b636adb274c587ceb1bbcb8621 Mon Sep 17 00:00:00 2001 From: Coffeeicus <126782935+CoffeemanHell@users.noreply.github.com> Date: Sat, 18 Jul 2026 18:37:36 +0300 Subject: [PATCH] Add a Fedora COPR link to third-party packages in README.md (#981) * Update translations.go * Create tr.json * Update tr.json * docs: include Fedora COPR package in README.md Hi @dweymouth, I created a Fedora COPR repository so users can easily install and update Supersonic via `dnf`. This PR adds a link to the third-party package list in the README. - COPR repo: https://copr.fedorainfracloud.org/coprs/coffeeicus/supersonic/ - Source: https://github.com/CoffeemanHell/supersonic-copr Thanks! * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bec83c..6f0db27 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ fedora 42+
* **(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, Nix OS, and [Fedora (COPR)](https://copr.fedorainfracloud.org/coprs/coffeeicus/supersonic/). **Please note** that the Flatpak package currently does not support CJK fonts as the sandboxing breaks font lookup. ### Windows