linux installation script

This commit is contained in:
Nazar Kanaev
2022-09-09 22:13:55 +01:00
parent f28f354992
commit 97904cc0f3
2 changed files with 26 additions and 17 deletions

View File

@@ -23,26 +23,12 @@ To open the app follow the instructions provided [here][macos-open] or run the c
### windows
Download `yarr-*-windows32.zip`, unzip it, open `yarr.exe`
Download `yarr-*-windows64.zip`, unzip it, open `yarr.exe`
### linux
The Linux version doesn't come with the desktop environment integration.
For easy access on DE it is recommended to create a desktop menu entry by
by following the steps below:
unzip -x yarr*.zip
sudo mv yarr /usr/local/bin/yarr
sudo nano /usr/local/share/applications/yarr.desktop
and pasting the content:
[Desktop Entry]
Name=yarr
Exec=/usr/local/bin/yarr -open
Icon=rss
Type=Application
Categories=Internet;
Download `yarr-*-windows`, 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.
For building from source code, see [build.md](build.md)