Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The decision tree:
- Most users → **Docker**: copy `docker-compose.example.yml`, fill in env
vars, `docker compose up -d`. Image: `ghcr.io/alexnly/matebot:latest`
(multi-arch, Raspberry Pi works).
- Python users → `pip install "matebot[telegram] @ git+https://github.com/AlexNly/MATEbot"`,
- Python users → `pipx install "matebot[telegram]"` (or plain pip),
then `matebot run` (systemd unit or `screen` for persistence).
- NixOS users → flake input + `services.matebot` module (see README).
3. **Telegram bot** (the fiddly part for novices — walk them through it):
Expand Down
Loading