diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -1,23 +1,11 @@ # fern -Media feed downloader. - -Depends on `youtube-dl` to download the media from the feed. - -## installing - -Requires `make` and `go >= 1.15` +A simple media feed downloader. Install it with: -```bash -go get ricketyspace.net/fern -``` - -Or - ``` go install ricketyspace.net/fern@latest ``` -if using `go >= 1.17`. +See the documentation in fern.go for usage. |