From a63401b6324e3d562a47eab859b73fca4b648003 Mon Sep 17 00:00:00 2001 From: Agie Ashwood Date: Mon, 29 Jul 2024 03:52:09 +0000 Subject: [PATCH] Quick fix for readme: multi line code blocks need 3 backticks --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4506937e..ca0ebe06 100644 --- a/readme.md +++ b/readme.md @@ -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 -` +```