linux installation guide
This commit is contained in:
parent
20a0a6724a
commit
6b01d9d7b9
1 changed files with 15 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue