mirror of
https://github.com/MeshEnvy/lobbs.git
synced 2026-03-28 16:22:33 +01:00
docs: update installation instructions in README for LoBBS and MPM integration
This commit is contained in:
20
README.md
20
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:**
|
||||
|
||||
Reference in New Issue
Block a user