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

fix: added clarification to installing with pipx

+2
+2
README.md
··· 15 15 16 16 ## Install using pipx 17 17 18 + Run below as an user, not as root. You can create a separate system user with `sudo adduser --system` (run `sudo adduser --help` for more information) and run a shell as that user with `sudo -u systemuser -s`, replacing `systemuser` with the use you created. 19 + 18 20 ```shell 19 21 git clone https://codeberg.org/queer-spark/xmpp-discord-bridge.git 20 22 cd xmpp-discord-bridge