diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-09-25 07:29:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 07:29:11 +0200 |
commit | 1075e427e777dfdbb51e70597a5b764b1ca703f7 (patch) | |
tree | e5cbea413577c2def6f02291a0da323ca442c986 /README.md | |
parent | 24e9f25fe2be11f03a1588e434e0e6fe3f484144 (diff) |
Fix incorrect run-build-and-export.md path
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ See [Cloning](docs/contribution/cloning.md). 5. Press "Import & Edit", wait for the Editor to finish re-importing assets, and then close the Editor ***without saving*** and reopen the project. 6. Once loaded, click the play button at the top right, and you should see and hear the game application open on the main menu. -See [Run, Build, and Export](docs/contribution/run-build-export.md). +See [Run, Build, and Export](docs/contribution/run-build-and-export.md). ## Project Export 1. Build the extension with `scons` or `scons target=template_debug`. (or `scons target=template_release` for release) @@ -42,7 +42,7 @@ See [Run, Build, and Export](docs/contribution/run-build-export.md). * On Windows run `game/export/Windows/OpenVic.exe`. * On Linux x86_64 run `game/export/Linux-x86_64/OpenVic.sh`. -See [Run, Build, and Export](docs/contribution/run-build-export.md). +See [Run, Build, and Export](docs/contribution/run-build-and-export.md). ## Extension Debugging 1. If in a clean build, build the extension with `scons`. |