diff --git a/readme.md b/readme.md index df42234..05d8f9c 100644 --- a/readme.md +++ b/readme.md @@ -96,6 +96,10 @@ Follow these steps: * $ `npm run addbot` * $ `./addbot.sh` +Now any message on Discord will create the corresponding rooms on Matrix-side. After the rooms have been created, Matrix and Discord users can chat back and forth. + +To get into the rooms on your Matrix account, either add yourself to `invite` in `registration.yaml`, or use the `//invite [your mxid here]` command on Discord. + # Development setup * Be sure to install dependencies with `--save-dev` so you can run the tests. diff --git a/registration.example.yaml b/registration.example.yaml index 9a562cd..dd217db 100644 --- a/registration.example.yaml +++ b/registration.example.yaml @@ -21,4 +21,4 @@ ooye: content_length_workaround: false invite: # uncomment this to auto-invite the named user to newly created spaces and mark them as admin (PL 100) everywhere - # - @cadence:cadence.moe + # - '@cadence:cadence.moe'