diff --git a/README.md b/README.md index ea65a92..76e1702 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ Register on a homeserver with no rate-limiting, or create your own homeserver. If you would like an account on the `federation.piped.video` homeserver, message [@kavin1337:matrix.org](https://matrix.to/#/@kavin1337:matrix.org) on Matrix. -Set the homeserver URL in `config.properties` with the `MATRIX_SERVER` property. -Example: `MATRIX_SERVER:https://matrix-client.matrix.org` +Set the homeserver URL in `config/config.properties` with the `MATRIX_SERVER` property. +Example: `MATRIX_SERVER: https://homeserver-domain.org` -Set the Matrix access token with the `MATRIX_TOKEN` property. +Set the Matrix Access Token with the `MATRIX_TOKEN` property. +Example: `MATRIX_TOKEN: ABCDEFGHIJKLMNOPQRSTUVWXYZ` +- To get the Access Token using Element, go to Settings > Help & About > Advanced Restart your Piped backend.