From 502bd93e07bf916146c64d108d40a58547912cde Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 2 Sep 2025 04:03:25 +0200 Subject: [PATCH] Note about clang-format and find --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d95e18..c7afa7d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ On a linux machine, make sure that you have `make` and `curl` in path. The rest of the tooling (gcc, qemu) will be handled by the build system. For extra convenience, you could also use `bear` for generating "compile_commands.json". This is useful for helping clangd pick up the correct paths, and will result in better in-editor diagnostics and warnings. +clang-format and find might also be useful for development. ```sh make get_toolchain # Dont worry, is will land locally inside project directory