diff options
author | siddharth <s@ricketyspace.net> | 2021-11-28 23:55:19 -0500 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-11-28 23:56:02 -0500 |
commit | e5a8d31218841d7ab5ed0ed65fed52b749f34b65 (patch) | |
tree | 6ce67d4aabc75f3679aa2a6d5d2c872f06be7143 /README.md | |
parent | 9264d2021ec7827de04e6a8e5e4db14ebba6dff6 (diff) |
README.md: building -> installing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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`. |