Skip to content

Commit

Permalink
Noticed curl command was forward 1 too many spaces, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejameson committed Oct 7, 2024
1 parent fa12d88 commit c8b02ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8b02ff

Please sign in to comment.