summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2026-06-04 16:38:54 -0400
committerBen Sima <ben@bensima.com>2026-06-04 16:38:54 -0400
commitfe04ad47c9abf843cb6f64176981325a5b05f074 (patch)
tree212dc37a6ed0a16eebc72f3ab06b35949b09b71b /README.md
parent11fd65b015dc6e24127f3cfdcb08975704381d46 (diff)
Add tests and fix research tools
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 020c310..a2b1e4a 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,18 @@ cp .env.example .env
python main.py
```
+Run tests:
+
+```bash
+./test.sh
+```
+
+Install the pre-commit hook:
+
+```bash
+./scripts/install-git-hooks.sh
+```
+
Deploy as a user-level systemd service:
```bash