mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
16 lines
269 B
Markdown
16 lines
269 B
Markdown
# Linux desktop
|
|
|
|
Grab the latest linux binary, then run:
|
|
|
|
```
|
|
$ sudo mv /path/to/yarr /usr/local/bin
|
|
$ sudo tee /usr/local/share/applications/yarr.desktop >/dev/null <<EOF
|
|
[Desktop Entry]
|
|
Name=yarr
|
|
Exec=yarr -open
|
|
Icon=rss
|
|
Type=Application
|
|
Categories=Internet;
|
|
EOF
|
|
```
|