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

Something about different markdown standards...

+7 -7
+7 -7
README.md
··· 21 21 22 22 1. Install needed dependencies. 23 23 24 - sudo apt install git python3-full pip cmake 24 + sudo apt install git python3-full pip cmake 25 25 26 26 2. Create a new system user to run it under. 27 27 28 - sudo adduser --system --home /var/lib/xmpp-discord-bridge xmpp-discord-bridge 28 + sudo adduser --system --home /var/lib/xmpp-discord-bridge xmpp-discord-bridge 29 29 30 30 3. Now open a shell as that user. 31 31 32 - sudo -u xmpp-discord-bridge -s 32 + sudo -u xmpp-discord-bridge -s 33 33 34 34 4. Run: 35 35 36 - cd && git clone "https://codeberg.org/queer-spark/xmpp-discord-bridge.git" && cd xmpp-discord-bridge && python3 -m pip install . --user --break-system-packages && cd 36 + cd && git clone "https://codeberg.org/queer-spark/xmpp-discord-bridge.git" && cd xmpp-discord-bridge && python3 -m pip install . --user --break-system-packages && cd 37 37 38 38 5. Create and edit `~/config.toml`. Refer to [example.toml](example.toml) for options. 39 39 40 40 6. `exit` to leave the shell. 41 41 42 - 7. Copy the service file to systemd's system directory. 42 + 7. Copy the service file to systemd's system directory. 43 43 44 - sudo cp /var/lib/xmpp-discord-bridge/xmpp-discord-bridge/optional/xmpp-discord-bridge.service /etc/systemd/system/ 44 + sudo cp /var/lib/xmpp-discord-bridge/xmpp-discord-bridge/optional/xmpp-discord-bridge.service /etc/systemd/system/ 45 45 46 46 8. Read through the [XMPP](#xmpp) and [Discord](#discord) sections and make sure the listed requirements are met. 47 47 48 48 9. Start and enable the bridge. 49 49 50 - sudo systemctl enable --now xmpp-discord-bridge.service 50 + sudo systemctl enable --now xmpp-discord-bridge.service 51 51 52 52 ### XMPP 53 53