From cf41e8ef182f34d576dc20dfc48d1712e8fd3d20 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 18 Apr 2023 17:36:36 -0700 Subject: [PATCH] Fix #135: Update libmpv package name in Linux install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00f0f74..4746975 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ On Linux, Supersonic is [available as a Flatpak](https://flathub.org/apps/detail 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. +**If you are on Linux** you must have libmpv installed on your system. On apt-based systems, run `sudo apt install libmpv1` if it is not already installed. The Windows and Mac release builds bundle the mpv dependencies. ## Build instructions (Ubuntu) @@ -72,7 +72,7 @@ Supersonic is available in the AUR and can be built either manually with `makepk ### Build with an AUR helper * Invoke your favorite AUR helper to automatically build the package - - ``yay -S supersonic-desktop`` + - ``yay -S supersonic-desktop`` ## Build instructions (Mac OS)