From 85a7809c48c2452de6ac45a9569850595d82d1b2 Mon Sep 17 00:00:00 2001 From: Ben Cos <52817096+BenCos17@users.noreply.github.com> Date: Sat, 25 Apr 2026 22:43:54 +0100 Subject: [PATCH] add the repo url in the git clone part --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cde0476..4594bb3 100644 --- a/README.md +++ b/README.md @@ -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 +git clone https://github.com/agessaman/meshcore-bot cd meshcore-bot ```