Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaFaraci authored May 27, 2024
1 parent 065b5cc commit d15c940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ To install see [TinyXML2 Installation](https://github.com/leethomason/tinyxml2/t

## Compiling
To compile the code run the following commands
'''
```
git clone https://github.com/convince-project/model2code.git
cd model2code/code
mkdir build
cd build
cmake ..
make install
'''
```

## Execution
In order to run the `model2code` tool you need three different files:
Expand All @@ -44,4 +44,4 @@ By default the `path/to/output/directory` is set to the location of `input_filen
To run an example of MODEL2CODE go to the main directory and run the following commands:
```
model2code --input_filename "templates/skills/first_template_skill/src/FirstTemplateSkillSM.scxml" --model_filename "templates/specifications/full-model.xml" --interface_filename "templates/specifications/interfaces.xml"
```
```

0 comments on commit d15c940

Please sign in to comment.