Skip to content

Commit 18bb5a3

Browse files
committed
docs(installation): add mise alternative installation method
1 parent 28dbc33 commit 18bb5a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ brew update
1111
brew install arduino-cli
1212
```
1313

14+
## Install using mise
15+
16+
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) :
17+
18+
```sh
19+
mise use -g arduino-cli
20+
```
21+
1422
### Command line completion
1523

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

0 commit comments

Comments
 (0)