Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 63db2ef

Browse files
committed
updated paths
1 parent 84d8917 commit 63db2ef

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Board definition to run [Umfeld](https://github.com/dennisppaul/umfeld) as a boa
99

1010
## Installation
1111

12-
- navigate to the *Arduino* folder ( the one that contains libraries )
12+
- navigate to the *Arduino* folder ( the sketch folder that also contains libraries )
13+
- on macOS the folder is usually located at `$HOME/Documents/Arduino`
14+
- on Linux the folder is usually located at `$HOME/Arduino`
15+
- on Window the folder is usually located at `%HOMEPATH%/Documents/Arduino`
1316
- create a `hardware` folder ( if it does not exist already )
1417
```sh
1518
├── hardware
@@ -67,7 +70,7 @@ create a `.bat` that sets `PATH` only for the IDE process:
6770
```sh
6871
@echo off
6972
set "PATH=C:\msys64\ucrt64\bin;%PATH%"
70-
start "" "C:\Program Files\Arduino IDE\Arduino IDE.exe"
73+
start "" "%LOCALAPPDATA%\Programs\Arduino IDE\Arduino IDE.exe"
7174
```
7275

7376
double-click `.bat` to start *Arduino IDE*.
@@ -94,7 +97,7 @@ arduino-cli compile -u -b umfeld-arduino:umfeld:UMFELD ./umfeld-arduino/umfeld/e
9497
open umfeld-arduino/umfeld/examples/umfeld/minimal/minimal.ino
9598
```
9699

97-
### A Note on Installing Arduino CLI
100+
### A Note on Installing Arduino CLI on Ubuntu
98101

99102
on Ubuntu 22.04.3 the standard installation instructions failed, but the following steps worked:
100103

0 commit comments

Comments
 (0)