Skip to content

Commit 9752c29

Browse files
committed
initial commit
0 parents  commit 9752c29

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Arduino CLI on windows 10
2+
3+
## Install the cli
4+
5+
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+
![path variable](./img/PATH.PNG)
19+
20+
## Check the installation
21+
22+
- Check if the `arduino-cli` is accessible from terminal by typing `arduino-cli`.
23+
24+
- You should get an output similar to this:
25+
![cli-test](./img/cli-test.png)

img/PATH.PNG

22.3 KB
Loading

img/cli-test.png

170 KB
Loading

0 commit comments

Comments
 (0)