This commit is contained in:
JuiceyDev 2026-03-06 00:34:40 +01:00
commit dd43a13f74

View file

@ -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)
(todo refactor)