docs: Add clang-format dependency
All checks were successful
Build and test / build (push) Successful in 1m41s

This commit is contained in:
apio 2024-12-23 22:59:57 +01:00
parent d9713723c9
commit 5cb4b8b1fe
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -21,6 +21,10 @@ The script provided by the project to run the system, `tools/run.sh`, assumes th
That being said, there's no requirement to use QEMU. If you want to use a different virtualization program, such as Oracle VirtualBox or VMWare, just use `tools/build-iso.sh` instead of `run.sh` and use the built `Luna.iso` in those programs.
## Formatting/linting
Please make sure you have `clang-format` installed. Additionally, if your editor does not support format-on-save or you do not have it configured, please run `tools/run-clang-format.sh` before committing, to make sure all code follows the same style conventions.
## Source dependencies
TLDR: Luna does not depend on any third-party library.