You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download the cli tool from [here](https://arduino.github.io/arduino-cli/installation/)
6
+
7
+
2. Extract the `arduino-cli.exe` file to a folder which is indexed in `PATH`.
8
+
9
+
- Either you can move the `arduino-cli.exe` to `C:\Windows\System32`
10
+
11
+
**or**
12
+
13
+
- add the `arduino-cli.exe` path to system variable.
14
+
15
+
- I crated a folder: `C:\Program Files\arduino-cli`, and added it into my path variable.
16
+
17
+
- follow [this](https://stackoverflow.com/questions/44272416/how-to-add-a-folder-to-path-environment-variable-in-windows-10-with-screensho) link if need help in adding folder to system variable.
18
+

19
+
20
+
## Check the installation
21
+
22
+
- Check if the `arduino-cli` is accessible from terminal by typing `arduino-cli`.
0 commit comments