From c8b4b04b19bcc280b87f7ce7ec0d62b73f682dc8 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 25 Nov 2020 16:34:22 +0100 Subject: [PATCH] Also mention which version to download in readme This is listed on every release page, but since you can still easily miss it it doesn't hurt to also repeat it here. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f7a5ad..54d511f3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ Please let me know if there are any issues with other VST hosts. You can either download a prebuilt version of yabridge through GitHub's [releases](https://github.com/robbert-vdh/yabridge/releases) page, or you can compile it from source using the instructions in the [build](#Building) section -below. Alternatively there are AUR packages available if you are running Arch or +below. If you're downloading the prebuilt version you're using a distro that's +older than Ubuntu 20.04 such as Ubuntu 18.04, Debian 10, or Linux Mint 19, then +you should download the version that ends with `-ubuntu-18.04.tar.gz`. +Alternatively there are AUR packages available if you are running Arch or Manjaro ([yabridge](https://aur.archlinux.org/packages/yabridge/), [yabridge-bin](https://aur.archlinux.org/packages/yabridge-bin/), [yabridge-git](https://aur.archlinux.org/packages/yabridge-git/)).