Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed Jul 27, 2023
1 parent 308e0a4 commit 47572c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The generated C# code can then be compiled with .NET NativeAOT which allows the
### Configuring the Generator

- Currently, the generator takes a single required argument: `PathToConfig.json`.
- Create a config file. See [Generator Config](#generator-config) for supported config values.
- Create a config file. See [Generator Configuration](#generator-configuration) for supported config values.
- Run the generator with the path to the config file as the first and only argument (`beyondnetgen /Path/To/Config.json`).
- If the generator was successful it will exit with 0 as exit code.
- If errors were encountered they'll appear in the terminal along other log output.
Expand Down

0 comments on commit 47572c4

Please sign in to comment.