summaryrefslogblamecommitdiffstats
path: root/README.md
blob: cf7695b201936d70b16006b5d99aced3353a050a (plain) (tree)
1
2
3
4
5
6
7
8
9

      


                                                            
 
             
 
                                
 
                
 

                            
   


  
   



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