summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-12-01 22:02:36 -0500
committersiddharth <s@ricketyspace.net>2021-12-01 22:02:36 -0500
commit718813a4467c28cf14064a0b2c5d719b24115874 (patch)
tree7865fba5556d80275c347153b390b500363a4800
parent0c77489b553990ee9f9072afe715a0cf60d78dc6 (diff)
README.md: rewrite itv0.2.0
-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.