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.
This commit is contained in:
Jake Bauer 2022-09-25 15:10:32 -04:00 committed by nkanaev
parent 57d9421c7f
commit 1ecf4b0bb4

View File

@ -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.