* docs: clarify clang-format version and usage
Added version, installation, and verification steps for clang-format to help contributors avoid CI issues.
* Enhance CONTRIBUTING.md with installation details
Updated installation instructions for clang-format on Ubuntu/Debian and Arch Linux. Added details for verifying installation and modified commands to include additional directories.
* Revise clang-format installation instructions
Updated installation instructions for clang-format and removed redundant verification section.
* Enhance clang-format usage instructions in CONTRIBUTING.md
Added recommendations for using clang-format before PR submission to ensure proper code formatting.
* Update CONTRIBUTING.md with clang18 PATH instructions
Add instructions to set PATH for clang18 on Arch Linux
* Move build instructions to contributing
* Add python pillow install instructions for win
* update linux instructions
* make cleaner menus
* Add macos help
* Update formatting and instructions in CONTRIBUTING.md
* Add build instructions reference to README
Added a note to refer to CONTRIBUTING.md for build instructions.
* Update build instructions in README.md
Clarified build instructions in README for different platforms.
* Fix step number in build instructions
Updated the step number in the build instructions to reflect the correct sequence.