fork of https://f-hub.org/XMPP/xmpp-discord-bridge

fix: removed unused information from README.md

+1 -17
+1 -17
README.md
··· 21 21 pipx install . 22 22 ``` 23 23 24 - 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 - ``` 24 + Create and edit `~/config.toml`. Refer to [docs/example.toml](example.toml) for options. 41 25 42 26 ### XMPP 43 27