This pull request includes updates to the build configuration and significant enhancements to the README.md file to improve project documentation and presentation.
Build Configuration:
.github/workflows/build.yml: Updated the build matrix to use ubuntu-22.04 instead of macos-latest for the Android target.
Documentation Enhancements:
README.md: Added a centered banner image and a new project description to the top of the file.
README.md: Introduced a new "Development" section with prerequisites and installation instructions.
README.md: Updated the "Acknowledgments" section to include formatted links to contributing projects.
README.md: Added a "License" section with a direct link to the LICENSE.md file.
This pull request includes updates to the build configuration and significant enhancements to the
README.md
file to improve project documentation and presentation.Build Configuration:
.github/workflows/build.yml
: Updated the build matrix to useubuntu-22.04
instead ofmacos-latest
for the Android target.Documentation Enhancements:
README.md
: Added a centered banner image and a new project description to the top of the file.README.md
: Introduced a new "Development" section with prerequisites and installation instructions.README.md
: Updated the "Acknowledgments" section to include formatted links to contributing projects.README.md
: Added a "License" section with a direct link to theLICENSE.md
file.