summaryrefslogtreecommitdiffstats
path: root/README.md
blob: cf7695b201936d70b16006b5d99aced3353a050a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# fern

Media feed downloader.

Depends on `youtube-dl` to download the media from the feed.

## installing

Requires `make` and `go >= 1.15`

Install it with:

```bash
go get ricketyspace.net/fern
```

Or

```
go install ricketyspace.net/fern@latest
```

if using `go >= 1.17`.