···2121pipx install .
2222```
23232424-5. Create and edit `~/config.toml`. Refer to [example.toml](example.toml) for options.
2525-2626-6. `exit` to leave the shell.
2727-2828-7. Copy the service file to systemd's system directory.
2929-3030-```shell
3131-sudo cp /var/lib/xmpp-discord-bridge/xmpp-discord-bridge/optional/xmpp-discord-bridge.service /etc/systemd/system/
3232-```
3333-3434-8. Read through the [XMPP](#xmpp) and [Discord](#discord) sections and make sure the listed requirements are met.
3535-3636-9. Start and enable the bridge.
3737-3838-```shell
3939-sudo systemctl enable --now xmpp-discord-bridge.service
4040-```
2424+Create and edit `~/config.toml`. Refer to [docs/example.toml](example.toml) for options.
41254226### XMPP
4327