mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
linux installation guide
This commit is contained in:
15
doc/install.md
Normal file
15
doc/install.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user