Fix formatting of CMake reset instructions in README

This commit is contained in:
JuiceyDev 2026-03-06 00:33:13 +01:00 committed by GitHub
parent 1848accdb7
commit 423a9f5fca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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