Quick fix for readme: multi line code blocks need 3 backticks

This commit is contained in:
Agie Ashwood 2024-07-29 03:52:09 +00:00
parent 0887586a93
commit a63401b632
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Note: check the scripts to make sure they'll work with your system, and in gener
Follow Meshtastic's guide on setting up your device: [https://meshtastic.org/docs/getting-started/](https://meshtastic.org/docs/getting-started/)
Make sure you have the latest Python installed
`
```
git clone https://git.utopic.work/PierMesh/piermesh
cd piermesh
@ -37,4 +37,4 @@ cd src
chmod a+x ./scripts/falin
./scripts/falin
`
```