Skip to content

Commit 09a0dd4

Browse files
committed
Simplfiy build instructions.
1 parent 246852b commit 09a0dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ To build and run locally:
5959
From the project root:
6060

6161
```
62-
cmake -S test -B test/build
63-
make --directory test/build
64-
test/build/bin/test-ArduinoCore-API
62+
cd test && mkdir build && cd build
63+
cmake ..
64+
make && bin/test-ArduinoCore-API
6565
```
6666

6767
### Implementing ArduinoCore-API

0 commit comments

Comments
 (0)