From 718813a4467c28cf14064a0b2c5d719b24115874 Mon Sep 17 00:00:00 2001 From: siddharth Date: Wed, 1 Dec 2021 22:02:36 -0500 Subject: README.md: rewrite it --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cf7695b..46d83a2 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3