From ab6387ea7edd77d0b03cc2ff2ec1e661ddf6ab60 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:55:06 -0600 Subject: [PATCH] docs: clarify binary location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e478dc1b..59574a125 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ meson compile -C build The binary is output to: ``` -build/Minecraft.Client +./build/Minecraft.Client/Minecraft.Client ``` #### Clean @@ -118,4 +118,4 @@ At this time, we don't have the necessary tools to build game resources without 1. Download `LCEWindows64.zip` and extract. 2. Copy the `Common` directory to the same directory as the compiled `Minecraft.Client` binary. -3. Run `./Minecraft.Client`. \ No newline at end of file +3. Run `./build/Minecraft.Client/Minecraft.Client`. \ No newline at end of file