Quick documentation fix

This commit is contained in:
Alberto Soutullo Rendo 2022-11-29 17:11:34 +01:00
parent f79583c299
commit 6db94a64a8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ given in this repository. But any path would work for this.
### Explanation of commands:
`docker run --rm -v </your/path/to/SimulationsFramework/shared>:/app/shared <desired_name_of_docker_image>
`docker run --rm -v </your/path/to/desired/folder>:/app/shared <desired_name_of_docker_image>
-r <simulation> -cf <configuration_file_name.json>`
The parameters inside `< >` can be changed. Where: