summaryrefslogtreecommitdiff
path: root/plugins/arduino-cli/README.md
blob: 91bda90672df92fc9084c55b09f1d45d437fb1ec (plain)
1
2
3
4
5
6
7
8
# Arduino CLI plugin

This plugin adds completion for the [arduino-cli](https://github.com/arduino/arduino-cli) tool.
To use it, add `arduino-cli` to the plugins array in your zshrc file:

```zsh
plugins=(... arduino-cli)
```