Update readme.md

This commit is contained in:
nkanaev 2021-03-02 16:24:39 +00:00 committed by GitHub
parent ec04bd99d0
commit 48dd1a28f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ It is written in Go with the frontend in Vue.js. The storage is backed by SQLite
## usage ## usage
The latest prebuilt version for Linux/MacOS/Windows is available The latest prebuilt binaries for Linux/MacOS/Windows are available
[here](https://github.com/nkanaev/yarr/releases/latest). [here](https://github.com/nkanaev/yarr/releases/latest).
### macos ### macos
@ -18,7 +18,7 @@ Download `yarr-*-macos64.zip`, unzip it, place `yarr.app` in `/Applications` fol
The binaries are not signed, because the author doesn't want to buy a certificate. The binaries are not signed, because the author doesn't want to buy a certificate.
Apple hates cheapskate developers, therefore the OS will refuse to run the application. Apple hates cheapskate developers, therefore the OS will refuse to run the application.
To bypass these measures, you can run the command below: To bypass these measures, you can run the command:
xattr -d com.apple.quarantine /Applications/yarr.app xattr -d com.apple.quarantine /Applications/yarr.app
@ -40,11 +40,11 @@ by following the steps below:
sudo mv yarr /usr/local/bin/yarr sudo mv yarr /usr/local/bin/yarr
sudo nano /usr/local/share/applications/yarr.desktop sudo nano /usr/local/share/applications/yarr.desktop
and paste the content below: and paste the content:
[Desktop Entry] [Desktop Entry]
Name=yarr Name=yarr
Exec=/usr/loca/bin -open Exec=/usr/local/bin/yarr -open
Icon=rss Icon=rss
Type=Application Type=Application
Categories=Internet; Categories=Internet;