diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-29 13:57:32 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-29 13:57:32 +0200 |
commit | 5c98a91767e86e4f89d2a8afb88f60ffbc5fe417 (patch) | |
tree | 0054a55481a58ba8b067d13ba4429bcb53968822 | |
parent | 4b59d684c18e8e829179f3c839176a81780d64ee (diff) | |
download | feed2imap-go-5c98a91767e86e4f89d2a8afb88f60ffbc5fe417.tar.gz feed2imap-go-5c98a91767e86e4f89d2a8afb88f60ffbc5fe417.tar.bz2 feed2imap-go-5c98a91767e86e4f89d2a8afb88f60ffbc5fe417.zip |
Update README with new `go install`
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |