summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20a0bb4..020c310 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,19 @@ cp .env.example .env
python main.py
```
+Deploy as a user-level systemd service:
+
+```bash
+./deploy.sh
+journalctl --user -u slopbot -f
+```
+
+To keep the user service running after logout, run once:
+
+```bash
+sudo loginctl enable-linger $USER
+```
+
Get your `.zuliprc` from Zulip: Settings → Bots → your bot → download config.
## Architecture