diff options
| author | dmlunar <md.node.0@gmail.com> | 2026-06-26 19:21:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-26 19:21:34 +0200 |
| commit | 0fe4a663929f4fff403c378a4b875490a11602e3 (patch) | |
| tree | fb3a5e47c143421ffcccc5ad454f61288625dae3 | |
| parent | 2d5f8de971ab15011ddf050db22dae7facca136c (diff) | |
| download | gsctool-main.tar.gz gsctool-main.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Run: `git submodule update --init --recursive` to clone submodules. Then build project using either:
* The provided `Makefile` in `WSL` (`Windows`)
-* The provided [`premake5.lua`](https://premake.github.io/) script by running `premake5 vs2022` to generate a Visual Studio 2022 Project and run `msbuild gsctool.sln`.
+* The provided [`premake5.lua`](https://premake.github.io/) script by running `premake5 vs2022` to generate a Visual Studio 2022 Project and run `msbuild gsctool.sln` in the project root directory.
Finally build and inject the resulting `DLL`.
|
