doc: update README instructions

This commit is contained in:
Julien Oculi 2025-06-10 11:37:04 +02:00
parent 82ea36bda2
commit 4e2ea69a81

View file

@ -18,4 +18,5 @@ Compile through Arduino IDE or equivalent.
## Contributing ## Contributing
Before `git commit`, run `git clang-format` to format stagged files. Before `git commit`, run `git clang-format --staged` to format stagged files and
then `git add` to commit formatting.