Skip to content

Commit 9fa5053

Browse files
committed
Update README
Remove link to folder that only exists after compilation
1 parent 40a36b5 commit 9fa5053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Please note that the `min. expected` values refer to thresholds that are used to
324324
In the folder [ardoco+arcotl/cli](./ardoco+arcotl/cli), there is the source code for the CLI.
325325
You can easily compile the CLI by using the command `mvn package` within the directory [ardoco+arcotl](./ardoco+arcotl).
326326
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`.
328328
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.
329329

330330
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

Comments
 (0)