Skip to content

Commit

Permalink
Fix Arduino path on Windows in version notes (arduino#1283)
Browse files Browse the repository at this point in the history
- Fixed arduino-cli path for Windows specified in the v 0.15.0 changes in UPGRADING.md file
  • Loading branch information
YigitUyan authored May 9, 2021
1 parent 6095a84 commit efc660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit efc660a

Please sign in to comment.