diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 20f5182..3f9b278 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -101,7 +101,7 @@ the next table is defined. `[stagename]` table: configuration for stage `stagename` - `command [string]`: command to run - `files.import [array of string]`: list of files to import to ensure the command runs as expected (eg. - driver and header files needed for compilation) + driver and header files needed for compilation), path starts from JOJ configuration directory (eg. to import `/home/tt/.config/joj/tools/matlab-joj` use path `"tools/matlab-joj"`) - `files.export [array of string]`: list of generated files to export to ensure future commands run as expected (eg. binaries needed for online-judge stages) - `name [string]`: stage name to display (default: `stagename`)