mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Install arduino-cli without sudo in instructions
This commit is contained in:
@@ -14,7 +14,7 @@ cd flix
|
||||
1. Install Arduino CLI:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
|
||||
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh
|
||||
```
|
||||
|
||||
2. Install Gazebo 11:
|
||||
|
Reference in New Issue
Block a user