Update installation instructions.

This commit is contained in:
Martin Dosch 2023-03-10 11:25:38 +01:00
parent 4565543161
commit 103d5f9d86

View file

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