From b2ab748ffb6e30fba1dc1758f0e2bf189ddfc151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Fri, 19 Sep 2025 18:08:36 +0200 Subject: [PATCH] Hopefully improves formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef7050b..946a91a 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ No need to clone this repo manually. You'll just need to install the Rust toolchain. -``` +```bash # All OSes cargo install --git https://git.zumepro.cz/michal.prochazka/tulflash ``` ## Flashing Intel HEX binaries -``` +```bash # All OSes, automatically detects all ports tulflash write ``` @@ -24,7 +24,7 @@ The tool also allows reading and erasing the chip, figure that out on your own i You'll need to clone this repo (or just [download the file](example.c)) and install SDCC: -``` +```bash tulflash run example.c # Same thing as `tulflash write --cmd "sdcc example.c" --monitor example.ihx`