File README.SUSE of Package mautrix-discord
# Configuration
## Copy the configuration and modify to your liking
# cp /usr/etc/mautrix-discord/example-config.yaml /etc/mautrix-discord/config.yaml
## Generate the appservice registration
# mautrix-discord -g
# mv registration.yaml /etc/mautrix-discord/
## Register the bridge to your homeserver, see https://docs.mau.fi/bridges/general/registering-appservices.html for details.
## Start (and enable) the Service
# systemctl start mautrix-discord
# systemctl enable mautrix-discord