From 1ecf4b0bb48e6ace7eba5c2c36d670caa4d1f170 Mon Sep 17 00:00:00 2001 From: Jake Bauer Date: Sun, 25 Sep 2022 15:10:32 -0400 Subject: [PATCH] fix linux download instruction The instruction for downloading yarr for linux told the user to download yar-*-windows which is incorrect. The Linux package on the releases page is yarr-*-linux64.zip. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0bbafdb..fbd8212 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ Download `yarr-*-windows64.zip`, unzip it, open `yarr.exe` ### linux -Download `yarr-*-windows`, unzip it, place `yarr` in `$HOME/.local/bin` +Download `yarr-*-linux64.zip`, unzip it, place `yarr` in `$HOME/.local/bin` and run [the script](etc/install-linux.sh). For self-hosting, see `yarr -h` for auth, tls & server configuration flags.