mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-30 06:31:07 +00:00 
			
		
		
		
	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:
		| @@ -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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user