···21pipx install .
22```
2324-5. Create and edit `~/config.toml`. Refer to [example.toml](example.toml) for options.
25-26-6. `exit` to leave the shell.
27-28-7. Copy the service file to systemd's system directory.
29-30-```shell
31-sudo cp /var/lib/xmpp-discord-bridge/xmpp-discord-bridge/optional/xmpp-discord-bridge.service /etc/systemd/system/
32-```
33-34-8. Read through the [XMPP](#xmpp) and [Discord](#discord) sections and make sure the listed requirements are met.
35-36-9. Start and enable the bridge.
37-38-```shell
39-sudo systemctl enable --now xmpp-discord-bridge.service
40-```
4142### XMPP
43
···21pipx install .
22```
2324+Create and edit `~/config.toml`. Refer to [docs/example.toml](example.toml) for options.
00000000000000002526### XMPP
27