Skip to content

Commit

Permalink
Added dev run section to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerGo0 committed Sep 25, 2024
1 parent 972b1b1 commit 494a855
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ make all
This will initialize a git repo, download the dependencies in the latest versions and install all needed tools.
If needed code generation will be triggered in this target as well.

### Run

To run the application you can use the following command

```bash
make run ARGS="-out /path/to/output"
```

You can find all possible arguments above.

### Test & lint

Run linting
Expand Down

0 comments on commit 494a855

Please sign in to comment.