From c8b02ff32dbdb00baf68e2c7dcf26cbb049179ee Mon Sep 17 00:00:00 2001 From: blakejameson Date: Sun, 6 Oct 2024 19:36:15 -0500 Subject: [PATCH] Noticed curl command was forward 1 too many spaces, lol --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20cff99..79e4b6d 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ git --version ``` 2. Install the arduino-cli ```sh - curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=$VIRTUAL_ENV/bin sh - ``` + curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=$VIRTUAL_ENV/bin sh + ``` 1. Install the arduino-cli-wrapper ```sh