mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-22 14:08:39 +01:00
Update installation instructions.
This commit is contained in:
parent
0247521457
commit
4565543161
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue