Files
meshcore-bot/docs/installation.md
agessaman 16322e0631 Update documentation links and navigation structure
- Added an overview link to the installation section in mkdocs.yml for better accessibility.
- Renamed the Command Reference documentation file from `commands.md` to `command-reference.md` for consistency.
- Updated all references to the Command Reference in README.md, getting-started.md, and index.md to reflect the new file name.
2026-02-16 17:29:08 -08:00

11 lines
389 B
Markdown

# Installation
Choose how to run the bot:
| Method | Best for |
|--------|----------|
| **[Docker](docker.md)** | Containers, consistent environments, easy updates |
| **[Service (systemd)](service-installation.md)** | Linux servers, run at boot, no containers |
See [Getting started](getting-started.md) for a quick development setup (run from the repo with `python meshcore_bot.py`).