Update README.md

fixed a spelling error
This commit is contained in:
madeofstown
2025-02-16 13:28:11 -08:00
committed by GitHub
parent e04c3aaa08
commit 44f31c5eb7

View File

@@ -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