Merge pull request #168 from BenCos17/patch-1

adds the repo url in the git clone part
This commit is contained in:
Adam Gessaman
2026-04-25 20:47:35 -07:00
committed by GitHub
+1 -1
View File
@@ -31,7 +31,7 @@ A Python bot that connects to MeshCore mesh networks via serial port, BLE, or TC
### Quick Start (Development)
1. Clone the repository:
```bash
git clone <repository-url>
git clone https://github.com/agessaman/meshcore-bot
cd meshcore-bot
```