From 28154b4d38ca1c7f7d7bb9970162c4f0d67f550b Mon Sep 17 00:00:00 2001 From: John Janecek Date: Sat, 27 Sep 2025 12:01:01 -0600 Subject: [PATCH] missed a code block --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1ab4f41c3..c9b13a5cb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -223,7 +223,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for
Note for macOS and getting Could not find a binutils installation! ... -You can fix this by installing it via homebrew: `brew install arm-none-eabi-binutils`. +You can fix this by installing it via homebrew: brew install arm-none-eabi-binutils.