mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
linux installation guide
This commit is contained in:
parent
20a0a6724a
commit
6b01d9d7b9
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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user