build instruction

This commit is contained in:
Nazar Kanaev 2020-09-14 12:57:30 +01:00
parent 796832025c
commit baf5a36b56

View File

@ -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
```