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:
parent
57d9421c7f
commit
1ecf4b0bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Download `yarr-*-windows64.zip`, unzip it, open `yarr.exe`
|
||||||
|
|
||||||
### linux
|
### 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).
|
and run [the script](etc/install-linux.sh).
|
||||||
|
|
||||||
For self-hosting, see `yarr -h` for auth, tls & server configuration flags.
|
For self-hosting, see `yarr -h` for auth, tls & server configuration flags.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue