From 423a9f5fcad52914178ca5f5c2ac4a8eaba0a2e8 Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Fri, 6 Mar 2026 00:33:13 +0100 Subject: [PATCH] Fix formatting of CMake reset instructions in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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