aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-29 13:57:32 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-29 13:57:32 +0200
commit5c98a91767e86e4f89d2a8afb88f60ffbc5fe417 (patch)
tree0054a55481a58ba8b067d13ba4429bcb53968822
parent4b59d684c18e8e829179f3c839176a81780d64ee (diff)
downloadfeed2imap-go-5c98a91767e86e4f89d2a8afb88f60ffbc5fe417.tar.gz
feed2imap-go-5c98a91767e86e4f89d2a8afb88f60ffbc5fe417.tar.bz2
feed2imap-go-5c98a91767e86e4f89d2a8afb88f60ffbc5fe417.zip
Update README with new `go install`
-rw-r--r--README.md6
1 files 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