From 7a5c4ab73efd4b90f5642857c1e7628cca13b8a6 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 27 Feb 2022 01:03:04 +0100 Subject: [PATCH] Link to a nightly build page without login --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d208e2ef..2d74937e 100644 --- a/README.md +++ b/README.md @@ -272,11 +272,13 @@ follows: Before you can download these files, you need log in to GitHub. Then simply select the latest commit with a green checkmark next to it, scroll down the build page, and download the latest yabridge and yabridgectl binaries that - match your system. You'll need to extract these files twice, since GitHub - automatically puts the tarball inside of a .zip archive. Then simply overwrite - the existing files in `~/.local/share/yabridge` with the ones from the - `yabridge` directory, and replace `~/.local/share/yabridge/yabridgectl` with - the new `yabridgectl/yabridgectl` binary. It's also possible to use these + match your system. You can also access the very latest build from [this + page](https://nightly.link/robbert-vdh/yabridge/workflows/build/master) + without logging in to GitHub. You'll need to extract these files twice, since + GitHub automatically puts the tarball inside of a .zip archive. Then simply + overwrite the existing files in `~/.local/share/yabridge` with the ones from + the `yabridge` directory, and replace `~/.local/share/yabridge/yabridgectl` + with the new `yabridgectl/yabridgectl` binary. It's also possible to use these builds if you're using a distro package, but then you should remove the package first in order to avoid conflicts.