diff --git a/README.md b/README.md index 24d4934a..16a16b61 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ * Install GCC, Clang, or Visual Studio with C++17 support (including std::filesystem) * Install [devkitPro](https://devkitpro.org/wiki/Getting_Started) to build for GBA -* Install Make and CMake +* Install Ninja, Make, and CMake * Install [Conan](https://conan.io/) -* Consider also install in Ninja build and ccache for faster build times +* Consider also installing ccache for faster subsequent build times ## Platform Specific Setup @@ -34,3 +34,8 @@ Build options: release, debug, asan, gba, gba-debug ### GBA make gba-run + +## Contributing + +Please read the [Developer Handbook](developer-handbook.md) for information on +coding standards.