summaryrefslogtreecommitdiff
path: root/plugins/arduino-cli/README.md
diff options
context:
space:
mode:
authorAlessio Perugini <alessio@perugini.xyz>2024-08-01 20:30:25 +0200
committerGitHub <noreply@github.com>2024-08-01 20:30:25 +0200
commit432596e9918dd0fea65af8c1788a54130a4fca6e (patch)
treea3b46520839a22e93f525d5eeeab7789fbf12e06 /plugins/arduino-cli/README.md
parent5c532a85cf7c4f1d5bf6b9fd35e964b4545c8de3 (diff)
downloadzsh-432596e9918dd0fea65af8c1788a54130a4fca6e.tar.gz
zsh-432596e9918dd0fea65af8c1788a54130a4fca6e.tar.bz2
zsh-432596e9918dd0fea65af8c1788a54130a4fca6e.zip
feat(arduino-cli): add completion plugin (#12522)
Diffstat (limited to 'plugins/arduino-cli/README.md')
-rw-r--r--plugins/arduino-cli/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/arduino-cli/README.md b/plugins/arduino-cli/README.md
new file mode 100644
index 000000000..91bda9067
--- /dev/null
+++ b/plugins/arduino-cli/README.md
@@ -0,0 +1,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)
+```