diff --git a/scripts/README.md b/scripts/README.md index a6968a7..0afc52c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -5,7 +5,7 @@ To simplify the process of creating a new verification job, the repository contains a script to generate all necessary files and to modify the correct CMake file. To create a new job with the script, run the following from the root project directory: ```bash -./add-job ... +./scripts/add-job ... ``` Where `JOB_NAME` is the name of the job to add. Note that multiple jobs can be added at once.