mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
docs: fix binary path and run instructions in README
This commit is contained in:
parent
f2a6d29fa1
commit
5b93add4c4
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue