Fix formatting of CMake reset instructions in README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user