Commit 280f95b1 authored by Yiğit (Yeet) Uyan's avatar Yiğit (Yeet) Uyan Committed by Silvano Cerza

Fix Arduino path on Windows in version notes (#1283)

- Fixed arduino-cli path for Windows specified in the v 0.15.0 changes in UPGRADING.md file
parent 59c23485
......@@ -415,7 +415,7 @@ The default folders for the `arduino-cli.yaml` are:
- Linux: `/home/<your_username>/.arduino15/arduino-cli.yaml`
- OS X: `/Users/<your_username>/Library/Arduino15/arduino-cli.yaml`
- Windows: `C:\Users\<your_username>\AppData\Arduino15\arduino-cli.yaml`
- Windows: `C:\Users\<your_username>\AppData\Local\Arduino15\arduino-cli.yaml`
## 0.14.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment