summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index fd7efcd..cf7695b 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,20 @@ Media feed downloader.
Depends on `youtube-dl` to download the media from the feed.
-## building
+## installing
-requires `make` and `go >= 1.15`
+Requires `make` and `go >= 1.15`
-to build it, just do:
+Install it with:
+```bash
+go get ricketyspace.net/fern
```
-make
+
+Or
+
```
+go install ricketyspace.net/fern@latest
+```
+
+if using `go >= 1.17`.