From 7c11b32aff5784b813634067b1668f729dad0d4d Mon Sep 17 00:00:00 2001 From: yourfriend <81387799+yourfriendoss@users.noreply.github.com> Date: Tue, 7 Mar 2023 07:13:25 +0200 Subject: [PATCH] Fix package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb488fb..d02b44e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ A lightweight cross-platform desktop client for Subsonic music servers (Navidrom Download the latest release 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 below. -**If you are on Linux** you must have libmpv installed on your system. On apt-based systems, run `sudo apt install libmpv` 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 libmpv-dev` if it is not already installed. The Windows and Mac release builds bundle the mpv dependencies. ## Build instructions (Ubuntu)