From 48dd1a28f8f14b1836b8c5f29f8effa0b7e5fdd2 Mon Sep 17 00:00:00 2001 From: nkanaev Date: Tue, 2 Mar 2021 16:24:39 +0000 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 9a6e76d..67f2a43 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ It is written in Go with the frontend in Vue.js. The storage is backed by SQLite ## 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). ### 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. 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 @@ -40,11 +40,11 @@ by following the steps below: sudo mv yarr /usr/local/bin/yarr sudo nano /usr/local/share/applications/yarr.desktop -and paste the content below: +and paste the content: [Desktop Entry] Name=yarr - Exec=/usr/loca/bin -open + Exec=/usr/local/bin/yarr -open Icon=rss Type=Application Categories=Internet;