From 1a97d7f6d5f907cdde8a54e02bbe33c9d89b193b Mon Sep 17 00:00:00 2001 From: Mark Washeim Date: Wed, 25 Mar 2026 11:23:03 +0100 Subject: [PATCH] [Fix] add individual git clone for braids which is cleaner and less confusing than the monorepo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37028cf..c7e7e11 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,12 @@ arduino-cli lib install Bounce2 arduino-cli lib install "RPI_PICO_TimerInterrupt" # Clone BRAIDS and STMLIB libraries -git clone https://github.com/poetaster/arduinoMI.git -# Copy to Arduino libraries folder + +# change to Arduino libray folder +cd ~/Arduino/libraries +git clone https://github.com/poetaster/STMLIB.git +git clone https://github.com/poetaster/BRAIDS.git + ``` ### Compile and Upload