Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ brew update
brew install arduino-cli
```

## Install using mise

If you are an enthusiast user of [mise](https://github.com/jdx/mise), the polyglot tool version manager, you can install
the version you want by using a command like (here version is latest) :

```sh
mise use -g arduino-cli
```

### Command line completion

[Command line completion](command-line-completion.md#brew) files are already bundled in the homebrew installation.
Expand Down