Skip to content

Commit

Permalink
Simplfiy build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Aug 24, 2022
1 parent 246852b commit 09a0dd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ To build and run locally:
From the project root:

```
cmake -S test -B test/build
make --directory test/build
test/build/bin/test-ArduinoCore-API
cd test && mkdir build && cd build
cmake ..
make && bin/test-ArduinoCore-API
```

### Implementing ArduinoCore-API
Expand Down

0 comments on commit 09a0dd4

Please sign in to comment.