Quick fix for readme: multi line code blocks need 3 backticks
This commit is contained in:
parent
0887586a93
commit
a63401b632
|
@ -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/)
|
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
|
Make sure you have the latest Python installed
|
||||||
|
|
||||||
`
|
```
|
||||||
git clone https://git.utopic.work/PierMesh/piermesh
|
git clone https://git.utopic.work/PierMesh/piermesh
|
||||||
|
|
||||||
cd piermesh
|
cd piermesh
|
||||||
|
@ -37,4 +37,4 @@ cd src
|
||||||
chmod a+x ./scripts/falin
|
chmod a+x ./scripts/falin
|
||||||
|
|
||||||
./scripts/falin
|
./scripts/falin
|
||||||
`
|
```
|
||||||
|
|
Loading…
Reference in New Issue