Skip to content

Commit ddc803a

Browse files
Add WinGet installation instructions for Arduino CLI
Added installation instructions for Arduino CLI using WinGet on Windows.
1 parent d5ef61d commit ddc803a

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 via WinGet (Windows)
15+
16+
The Arduino CLI is available as a WinGet:
17+
18+
```sh
19+
winget install ArduinoSA.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)