Changed README [markdown-lint].

This commit is contained in:
Martin Dosch 2018-07-15 12:23:11 +02:00
parent 6b21b9b749
commit ec9a4da775

View file

@ -1,3 +1,5 @@
# feed-to-muc
## about
*feed-to-muc* is a XMPP which queries Atom or RSS newsfeeds and
@ -9,6 +11,7 @@ I am no programmer and this bot is a result of a lot of *try and error*.
There are probably lots of quirks that are remains of some wrong paths
I went in between. Also a lot is probably solved in a *hacky way* due
to missing experience.
Anyway, it works (for me at least) and so I upload this here.
Recommendations about what can be done better improved and so on are
very welcome.
@ -22,7 +25,7 @@ very welcome.
If you have *[GOPATH](https://github.com/golang/go/wiki/SettingGOPATH)*
set just run this commands:
```
```bash
$ go get salsa.debian.org/mdosch-guest/feed-to-muc
$ go install salsa.debian.org/mdosch-guest/feed-to-muc
```
@ -34,7 +37,7 @@ You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`.
If the flag `-config` is not used tthe configuration expected at
`$HOME/.config/feed-to-muc/config.json` in this format:
```
```json
{
"ServerAddress": "example.com:5222",
"BotJid": "feedbot@example.com",