summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files 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.