From e5a8d31218841d7ab5ed0ed65fed52b749f34b65 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 28 Nov 2021 23:55:19 -0500 Subject: README.md: building -> installing --- README.md | 16 ++++++++++++---- 1 file 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`. -- cgit v1.2.3