Update installation instructions.

This commit is contained in:
Martin Dosch 2023-03-10 11:20:15 +01:00
parent 0247521457
commit 4565543161

View file

@ -22,15 +22,21 @@ very welcome.
## installation ## installation
If you have *[GOPATH](https://github.com/golang/go/wiki/SettingGOPATH)* You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`.
set just run this commands:
```bash ### Go < 1.16
$ go get salsa.debian.org/mdosch/feed-to-muc
$ go install salsa.debian.org/mdosch/feed-to-muc ```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 ## configuration