From 44f31c5eb70b6ff06237f05632b784df807856c8 Mon Sep 17 00:00:00 2001 From: madeofstown <33820964+madeofstown@users.noreply.github.com> Date: Sun, 16 Feb 2025 13:28:11 -0800 Subject: [PATCH] Update README.md fixed a spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ff392..bfb8c9b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Clone the repo from github with: ``` bash git clone --recurse-submodules https://github.com/pablorevilla-meshtastic/meshview.git ``` -It is important to include the `--recurse-submodule` flag or the meshtastic protobufs wont be included +It is important to include the `--recurse-submodules` flag or the meshtastic protobufs wont be included Create a python virtual environment: ``` bash