Fix the build command

This commit is contained in:
Jakub 2026-04-26 15:55:42 +08:00
parent 0a21a14033
commit d82d387f27

View file

@ -12,7 +12,7 @@ Once both of the above are installed, the devcontainer can be started with ~devc
Once the devcontainer is running, enter it with ~devcontainer exec --workspace-folder . bash~. This will put you at the repository root.
* Running Tests & Samples
From the ~build~ directory, run ~csm -program <module>~ to build a particular module, the ~./<module>~ to run it.
From the ~build~ directory, run ~csm -program <module> ..~ to build a particular module, the ~./<module>~ to run it.
Any module defined in the ~samples~ or ~test~ directory can be run like this, either to show an example game or to run tests for a particular engine module.