diff --git a/README.md b/README.md index b1c776e8b..c9146ba6a 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,11 @@ To fully reset the CMake configuration (removes cache + generated Makefiles): ```bash rm -rf CMakeCache.txt CMakeFiles cmake_install.cmake Makefile -# Then re-run: cmake . && make -j$(nproc) ``` - +then re-run: +``` +cmake . && make -j$(nproc) +``` --- ## Running