From 103d5f9d86f6054936ff1eba5e30296b2529ea5c Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Fri, 10 Mar 2023 11:25:38 +0100 Subject: [PATCH] Update installation instructions. --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index f03732e..0f52f2b 100644 --- a/README.md +++ b/README.md @@ -18,22 +18,12 @@ very welcome. ## requirements -* [go](https://golang.org/) +* [go](https://golang.org/) >= 1.18 ## installation You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`. -### Go < 1.16 - -```plain -$ go get -u salsa.debian.org/mdosch/go-sendxmpp -``` - -### Go >= 1.16 - -Latest release: - ```plain $ go install salsa.debian.org/mdosch/go-sendxmpp@latest ```