mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:22:32 +00:00
docs: fix binary path and run instructions in README
This commit is contained in:
@@ -103,7 +103,7 @@ meson compile -C build
|
|||||||
The binary is output to:
|
The binary is output to:
|
||||||
|
|
||||||
```
|
```
|
||||||
./build/Minecraft.Client/Minecraft.Client
|
./build/targets/app/Minecraft.Client
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Clean
|
#### Clean
|
||||||
@@ -131,10 +131,10 @@ meson setup build
|
|||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
In order to run the compiled binary, you have a compiled copy of the game's assets in your current working directory. These assets are automatically copied to the `Minecraft.Client` folder in your build directory. To run the game, your current working directory must be in this folder.
|
Game assets are automatically copied to the build output directory during compilation. Run from that directory:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd build/Minecraft.Client
|
cd build/targets/app
|
||||||
./Minecraft.Client
|
./Minecraft.Client
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user