From ac2753320c64a81827a21bb84e0a9b6f10d2a798 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 18 Mar 2023 18:37:44 -0700 Subject: [PATCH] add "jump to installation instructions" --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b95379..89e478f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Supersonic A lightweight cross-platform desktop client for Subsonic music servers (Navidrome, Gonic, Airsonic, etc). +[Jump to installation instructions](https://github.com/dweymouth/supersonic#installation) + ## Screenshots @@ -39,7 +41,7 @@ Download the latest release for your operating system. If you prefer to build fr **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. -- `brew install python@3.10` (install brew at https://brew.sh if not alreay on your system) +- `brew install python@3.10` (install brew at https://brew.sh if not already on your system) **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.