docs: update readme and version

This commit is contained in:
Timo Kösters 2021-09-01 13:09:24 +02:00
parent 17adf096e9
commit 875b345a5f
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
5 changed files with 28 additions and 63 deletions

View file

@ -231,4 +231,15 @@ Set it to start automatically when your system boots with:
$ sudo systemctl enable conduit
```
## How do I know it works?
You can open <https://app.element.io>, enter your homeserver and try to register.
You can also use these commands as a quick health check.
```bash
$ curl https://your.server.name/_matrix/client/versions
$ curl https://your.server.name:8448/_matrix/client/versions
```
If you want to set up an appservice, take a look at the [Appservice Guide](APPSERVICES.md).