docs: update README for fork

Amolith created

Change summary

README.md | 40 ++++++++++++++++++----------------------
1 file changed, 18 insertions(+), 22 deletions(-)

Detailed changes

README.md 🔗

@@ -1,34 +1,33 @@
 # xmppc
 
-xmppc - command line interface (CLI) XMPP Client.
-
-xmppc is a XMPP command line interface client. It's written in C and is using
-the xmpp library [libstrophe](http://strophe.im/libstrophe/).
+CLI for XMPP written in C and using [libstrophe](http://strophe.im/libstrophe/).
+This repo is a fork (likely hard) of the original
+[xmppc](https://codeberg.org/Anoxinon_e.V./xmppc) and might get renamed.
 
 ## Dependencies
 
-* [libc6-dev](https://packages.debian.org/buster/libc6-dev) (2.28-10)
-* [libglib2.0-dev](https://packages.debian.org/buster/libglib2.0-dev) (2.58.3)
-* [libstrophe-dev](https://packages.debian.org/buster/libstrophe-dev) (0.9.2-2)
-* [libgpgme-dev](https://packages.debian.org/buster/libgpgme-dev) (1.12.0)
+- [libc6-dev](https://packages.debian.org/trixie/libc6-dev) (2.28-10)
+- [libglib2.0-dev](https://packages.debian.org/trixie/libglib2.0-dev) (2.58.3)
+- [libstrophe-dev](https://packages.debian.org/trixie/libstrophe-dev) (0.9.2-2)
+- [libgpgme-dev](https://packages.debian.org/trixie/libgpgme-dev) (1.12.0)
+- [automake](https://packages.debian.org/trixie/automake) (1.17)
 
 ## Build
 
-The project is using [GNU Automake](https://www.gnu.org/software/automake/).
-
 ```
-aptitude install libstrophe-dev libc6-dev libglib2.0-dev libgpgme-dev
+# on Debian/Ubuntu
+apt install -y automake libstrophe-dev libc6-dev libglib2.0-dev libgpgme-dev
 ./bootstrap.sh
 ./configure
 make
+# mv xmppc $HOME/.local/bin/ or somewhere else in your PATH
 ```
 
 ## Config file
 
-Config file: ` ~/.config/xmppc.conf`.
+`~/.config/xmppc.conf`
 
-The `[default]` will be used, when the user doesn't provide an account and
-doesn't provide a jid. 
+`[default]` is used when neither account nor JID is provided.
 
 ```
 [default]
@@ -50,12 +49,9 @@ xmppc -m bookmark list
 xmppc -h
 ```
 
-More command and information see: [Wiki](https://codeberg.org/Anoxinon_e.V./xmppc/wiki)
-
-## Documentation
-
-* [Wiki](https://codeberg.org/Anoxinon_e.V./xmppc/wiki)
-
-## Chat
+## Issues
 
-* [xmpp:xmppc@conference.anoxinon.me?join](xmpp:xmppc@conference.anoxinon.me?join)
+Do not report them to upstream `xmppc`! Send me a message somewhere (it's pretty
+easy to find how), then I'll decide whether it's a bug in my fork I should fix
+or something I should report upstream. Please don't bother the original
+maintainer with issues I might have introduced.