the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)

docs: update README.md

daoge bdc8fb5d b3feddfe

+3 -1
Compile.md COMPILE.md
+3 -1
README.md
··· 8 8 9 9 This project contains the source code of Minecraft Legacy Console Edition v1.3.0494.0 from https://archive.org/details/minecraft-legacy-console-edition-source-code, with some fixes and improvements applied 10 10 11 - [Download](https://github.com/smartcmd/MinecraftConsoles/releases/tag/nightly) 11 + [Nightly Build](https://github.com/smartcmd/MinecraftConsoles/releases/tag/nightly) 12 12 13 13 ## Features 14 14 ··· 54 54 cmake -S . -B build -G "Visual Studio 17 2022" -A x64 55 55 cmake --build build --config Debug --target MinecraftClient 56 56 ``` 57 + 58 + For more informatio, see [COMPILE.md](COMPILE.md) 57 59 58 60 ## Known Issues 59 61