From baf5a36b56a4a6f71d26812f95b73bc961c38110 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Mon, 14 Sep 2020 12:57:30 +0100 Subject: [PATCH] build instruction --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index f2bb77c..a139f91 100644 --- a/readme.md +++ b/readme.md @@ -3,3 +3,12 @@ yet another rss reader. ![screenshot](https://github.com/nkanaev/yarr/blob/master/artwork/promo.png?raw=true) + +## build + +```sh +$ git clone https://github.com/nkanaev/yarr.git +$ git clone https://github.com/nkanaev/gofeed.git +$ mv gofeed yarr +$ cd yarr && make build_macos +```