aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-05-16 11:31:49 -0700
committerben <ben@nagy.contact>2025-05-16 11:31:49 -0700
commitdfca08bfa743f103a04f5708c56560393232396e (patch)
tree2ba88c4f3050dd77327964cf5b69a6382e3f9a64 /README.md
parent5e3d056f8dd288e4029fbc031fd04b9fd87543f4 (diff)
Fixed insecure authentication method
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c69fb1..3677d1d 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,13 @@ $: python3 matrix-mcnt.py --username 'alice' --passwd $(pass Element/alice)
# Install
+1. **Prerequisites**
+- Python 3.x
+- matrix-nio
+- (Optional) [pass](https://www.passwordstore.org/) to prevent password prompting
-1. Clone the repo and satisfy its dependencies
+
+2. Clone the repo and satisfy its dependencies
```
git clone https://github.com/arachnida82/matrix-mcnt
cd matrix-mcnt