Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add detail to git install instructions in README (#151)
When setting up I didn't realize I needed to recursively init the submodule. Not doing so results in an error like so: ``` CMake Error at modules/clap-juce-extensions/CMakeLists.txt:48 (add_subdirectory): The source directory /Users/sudara/projects/Meter/modules/clap-juce-extensions/clap-libs/clap does not contain a CMakeLists.txt file. ``` I figured adding that detail might help someone else. Yay clap!
- Loading branch information