From 5c98a91767e86e4f89d2a8afb88f60ffbc5fe417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 29 Oct 2021 13:57:32 +0200 Subject: Update README with new `go install` --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42467f9..3ea36d0 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,9 @@ should also suffice, but does not embed version information in the binary (and t If you are only interested in getting the latest build out of the `master` branch, do ````bash -go get https://github.com/Necoro/feed2imap-go +go install github.com/Necoro/feed2imap-go@master ```` -Note that this is not recommended, because it is a) not obvious which version you are actually building -and b) the update process is not clear, especially regarding the dependencies. - +Using `@latest` instead of `@master` gives you the latest stable version. ### Run in docker -- cgit v1.2.3