mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Add proper command to install arduino-cli on Linux in instructions
This commit is contained in:
parent
373c0f117a
commit
33adf33f0e
@ -118,6 +118,13 @@ The latest version of Ubuntu supported by Gazebo 11 simulator is 20.04. If you h
|
|||||||
### Command line (Windows, Linux, macOS)
|
### Command line (Windows, Linux, macOS)
|
||||||
|
|
||||||
1. [Install Arduino CLI](https://arduino.github.io/arduino-cli/installation/).
|
1. [Install Arduino CLI](https://arduino.github.io/arduino-cli/installation/).
|
||||||
|
|
||||||
|
On Linux, use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh
|
||||||
|
```
|
||||||
|
|
||||||
2. Windows users might need to install [USB to UART bridge driver from Silicon Labs](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers).
|
2. Windows users might need to install [USB to UART bridge driver from Silicon Labs](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers).
|
||||||
3. Compile the firmware using `make`. Arduino dependencies will be installed automatically:
|
3. Compile the firmware using `make`. Arduino dependencies will be installed automatically:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user