You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ Please note that the `min. expected` values refer to thresholds that are used to
324
324
In the folder [ardoco+arcotl/cli](./ardoco+arcotl/cli), there is the source code for the CLI.
325
325
You can easily compile the CLI by using the command `mvn package` within the directory [ardoco+arcotl](./ardoco+arcotl).
326
326
To speed up the build, you can skip tests using the following command: `mvn package -DskipTests -DskipITs`.
327
-
After succesful compilation, the compiled CLI can be found in the newly created folder [ardoco+arcotl/cli/target/](./ardoco+arcotl/cli/target/) as `ardoco-cli.jar`.
327
+
After succesful compilation, the compiled CLI can be found in the newly created folder `ardoco+arcotl/cli/target/` as `ardoco-cli.jar`.
328
328
Note: If you are using the provided Docker image, the CLI is already compiled and can be found at `/replication/ardoco+arcotl/ardoco-cli.jar` within the container.
329
329
330
330
You can call the CLI to execute the evaluation with the following command, where OUT is the path to a folder where the output should be written to: <br>
0 commit comments