diff --git a/README.md b/README.md index 736abb2..f03732e 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,21 @@ very welcome. ## installation -If you have *[GOPATH](https://github.com/golang/go/wiki/SettingGOPATH)* -set just run this commands: +You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`. -```bash -$ go get salsa.debian.org/mdosch/feed-to-muc -$ go install salsa.debian.org/mdosch/feed-to-muc +### Go < 1.16 + +```plain +$ go get -u salsa.debian.org/mdosch/go-sendxmpp ``` -You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`. +### Go >= 1.16 + +Latest release: + +```plain +$ go install salsa.debian.org/mdosch/go-sendxmpp@latest +``` ## configuration