Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Added info about the required `cmake`

#43 (comment)
  • Loading branch information
MacDada authored Dec 8, 2023
1 parent cf9c596 commit 2c5940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ I was missing `sei()`, `cli()` and `attachInterrupt()` in `ArduinoFake`, here is
}
1. excersice tests from command line, there are two ways based on your Makefile
* default project [Makefile](/Makefile),
* execute `make`
* execute `make` (`make` requires `cmake` - install it via `apt` / `brew` / `yum` or whatever package manager your system uses)
* verify
```
Running tests...
Expand Down

0 comments on commit 2c5940a

Please sign in to comment.