From c5faa687ac9bbba8cee74d3a1cc74726c7ec5f4e Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sun, 18 Oct 2020 12:11:49 -0400 Subject: [PATCH] Add uninstallation instruction Took me a while to figure this out, let's take the guesswork out of it for any n00bs. --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index de76c70..2d190fa 100644 --- a/README.org +++ b/README.org @@ -30,6 +30,11 @@ to enable the systemd service you can run the following. systemctl --user enable --now matrixcli #+end_src +to uninstall you can simply run +#+begin_src shell +pip uninstall matrixcli +#+end_src + * configuration file the account configuration is done through the config.py file in either one of the following locations sorted by precedence