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 ```