summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-11-28 23:55:19 -0500
committersiddharth <s@ricketyspace.net>2021-11-28 23:56:02 -0500
commite5a8d31218841d7ab5ed0ed65fed52b749f34b65 (patch)
tree6ce67d4aabc75f3679aa2a6d5d2c872f06be7143
parent9264d2021ec7827de04e6a8e5e4db14ebba6dff6 (diff)
README.md: building -> installing
-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`.