You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,13 +80,41 @@ In general ModVerify has two operation mods.
80
80
1.`verify` Verifying a game or mod
81
81
2.`createBaseline` Creating a baseline for a game or mod, that can be used for further verifications in order to verify you did not add more errors to your mods.
82
82
83
-
### Example
84
-
This is an example run configuration that analyzes a specific mod, uses a the FoC basline and writes the output into a dedicated directory:
83
+
### Examples
85
84
86
-
```bash
85
+
#### Example 1: Auto-detection with a custom baseline
86
+
Analyzes a specific mod, uses the FoC baseline and writes the output into a dedicated directory:
0 commit comments