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
4565543161
commit
103d5f9d86
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
@ -18,22 +18,12 @@ very welcome.
|
||||||
|
|
||||||
## requirements
|
## requirements
|
||||||
|
|
||||||
* [go](https://golang.org/)
|
* [go](https://golang.org/) >= 1.18
|
||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`.
|
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
|
```plain
|
||||||
$ go install salsa.debian.org/mdosch/go-sendxmpp@latest
|
$ go install salsa.debian.org/mdosch/go-sendxmpp@latest
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue