Explain how to get in the rooms
This commit is contained in:
parent
67dc31f747
commit
8591ea5c1f
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue