From affc57effe0b7ee0d92a4f9b5b9b2c4a8c7b8281 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 29 Nov 2025 17:15:23 -0800 Subject: [PATCH] docs: update installation instructions in README for LoBBS and MPM integration --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3ee77e1..3386153 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,19 @@ LoBBS is a Meshtastic plugin that runs a complete bulletin board system entirely LoBBS is a Meshtastic plugin that is automatically discovered and integrated by the Meshtastic Plugin Manager (MPM). To install LoBBS: -1. **Clone LoBBS into the plugins directory:** +1. **Install the Meshtastic Plugin Manager:** + +```bash +pip install mesh-plugin-manager +``` + +2. **Install LoBBS and its dependencies:** + +LoBBS requires LoDB as a dependency. MPM will automatically install it: ```bash cd /path/to/meshtastic/firmware -git clone https://github.com/MeshEnvy/lobbs.git src/plugins/lobbs -``` - -2. **Install LoDB dependency:** - -LoBBS requires LoDB as a dependency. Install it as a plugin as well: - -```bash -git clone https://github.com/MeshEnvy/lodb.git src/plugins/lodb +mpm install lobbs ``` 3. **Build and flash:**