diff --git a/README.md b/README.md index 4216b534d..c9146ba6a 100644 --- a/README.md +++ b/README.md @@ -67,17 +67,18 @@ 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 +(this is temp) ```bash -# Default — window opens at your primary monitor's native resolution (windowed) ./Linux/Debug/Minecraft.Client - ``` -(todo refactor) \ No newline at end of file +(todo refactor)