Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed floorplan generate command example
  • Loading branch information
LucaKro authored Jul 19, 2024
1 parent e61ea38 commit 9b9c2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install -e .
This module adds `floorplan` as a command line interface. You can use the `generate` command as shown below:

```shell
floorplan generate <path to config file> <path to input folder>
floorplan generate <path to config file> -i <path to input folder>
```

Where the input folder must contain:
Expand Down Expand Up @@ -59,4 +59,4 @@ This work is part of a project that has received funding from the European Union
<p align="center">
<img src="docs/images/EU.jpg" alt="drawing" height="100"/>
<img src="docs/images/SESAME.jpg" alt="drawing" height="100"/>
</p>
</p>

0 comments on commit 9b9c2bf

Please sign in to comment.