summarylogtreecommitdiffstats
path: root/mautrix-telegram.install
diff options
context:
space:
mode:
Diffstat (limited to 'mautrix-telegram.install')
-rw-r--r--mautrix-telegram.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/mautrix-telegram.install b/mautrix-telegram.install
index 57dce084b8a9..a03bdda55a7b 100644
--- a/mautrix-telegram.install
+++ b/mautrix-telegram.install
@@ -1,6 +1,11 @@
post_install() {
cat <<- 'EOF'
+ this package strips max version for packages in requirements.txt; Arch tracks stable releases and the author enforces max versions as a precautionary measure, as consequence the package would get unable to build in short time without this workaround, where necessary the enforcement has been copied to the pkgbuild, however the information may get outdated as libraries get upgraded and break their API
+ the original files have been installed as well to act as documentation in the case a user finds compatibility problems
+
after editing /etc/mautrix-telegram/config.yaml, generate a registration file using:
# mautrix-telegram -b /usr/share/mautrix-telegram/example-config.yaml -c /etc/mautrix-telegram/config.yaml -r /etc/mautrix-telegram/registration.yaml -g
+
+ this is the last version of mautrix-telegram supporting sqlite, please refer to the release notes for db migration: https://github.com/tulir/mautrix-telegram/releases/tag/v0.10.0
EOF
}