From d82d387f2794ca921efe4855d09ef47baa999588 Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 26 Apr 2026 15:55:42 +0800 Subject: [PATCH] Fix the build command --- COLLABORATION.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COLLABORATION.org b/COLLABORATION.org index 64e444e..ae7ef8b 100644 --- a/COLLABORATION.org +++ b/COLLABORATION.org @@ -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 ~ to build a particular module, the ~./~ to run it. +From the ~build~ directory, run ~csm -program ..~ to build a particular module, the ~./~ 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.