Add Matrix room to README

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-07-18 22:34:45 -04:00
parent 3d449aad0a
commit a29d931abb
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ Suds is a privacy-respecting frontend to Snopes.com
# Instances
See instances.json
# Support
Join our [Matrix room](https://mto.vern.cc/#/#cobra-frontends:vern.cc) for support and other things related to Suds
# Run your own instance
## Dependencies
This program depends on `bs4`, `requests`, and `flask`. Install them by running `pip3 install bs4 requests flask`.