From 9ad76397ffd2e962f54f4c06a0fdad2b2c52bfcb Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sun, 19 Mar 2023 12:12:01 -0700 Subject: [PATCH] quick readme clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7909e4a..d9e26a5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ A lightweight cross-platform desktop client for Subsonic music servers (Navidrom ## Installation -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 below. +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. **Mac OS (Intel)**: Unfortunately the release build mistakenly did not bundle all dependencies. (See issue [#87](https://github.com/dweymouth/supersonic/issues/87)) You must have python 3.10 (a dependency of one of the mpv dependencies) installed via homebrew. If the app still does not run due to an unsatisfied dependency, installing mpv via brew will ensure all dependencies are present.