mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
15 lines
285 B
Markdown
15 lines
285 B
Markdown
# yarr
|
|
|
|
yet another rss reader.
|
|
|
|

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