Skip to content
Snippets Groups Projects
Commit 5f3c9525 authored by Felix Stutz's avatar Felix Stutz
Browse files

Minor in README

parent 3e55d468
No related branches found
No related tags found
1 merge request!1Subset projection
......@@ -88,9 +88,10 @@ which will be mapped to the results folder in the docker container, and will, th
docker run -v /absolute/path/to/local/result/folder:/tool-cav/evaluation_results -it docker-tool-cav bash
```
In case one would like to modify the code before executing, we suggest to use a similar mapping using `-v` but for the folder `tool-cav`.
This also allows to inspect the code.
In order to modify the code or configuration, we suggest to use a similar mapping using `-v` but for the folder `tool-cav`.
Then, we first change directory to the tool.
To run the evaluation, we first change directory to the tool.
```
cd tool-cav/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment