1. Run `./gradlew build` in the root directory of the reposiory to build all tools
2. Naviagate to `/tools/restructuring/build/distributions`
3. Extract one of the both archives to the location of your choice
4. Navigate to the location where you exctracted the archive and go to `restructuring-1.3.0-SNAPSHOT/bin`
5. run the one of the script files. The arguments that must be specified are:-e <experiment_name> -i <path/to/original/kieker/reposiory/directory><path/to/optimized/kieker/repository/directory> -o <path/to/directory/to/store/output> -i <strategy_name>.
6. Avaible strategy names are `"normal"` for normal mapping, `"empty"` for execution without mapping and `"rand"` for execution with random mapping assignment.
7. At the end of the execution the number of steps is displayed with: "number of steps: <number>"
8. If the execution was not succesfull "Falty Sequence is displayed".