summaryrefslogtreecommitdiffstats
path: root/README.md
blob: d4bdcc8ab81b952ef4198e2b8601e27c4ac1c803 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# fern

Media feed downloader. Work in progress.

## building

requires `make` and `go >= 1.15`

to build it, just do:

```
make
```