diff --git a/docs/installation.md b/docs/installation.md index 06cc18a9102..64bc937e69b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -11,6 +11,14 @@ brew update brew install arduino-cli ``` +## Install using mise + +You can install Arduino CLI using [mise](https://github.com/jdx/mise) with a command like this (for the latest version): + +``` +mise use -g arduino-cli +``` + ### Command line completion [Command line completion](command-line-completion.md#brew) files are already bundled in the homebrew installation.