Skip to content

Commit df19dee

Browse files
committed
Update README: include --engine parameter in examples and add Linux baseline creation example
1 parent 62ce77a commit df19dee

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Uses manual mod setup, including sub-mods and the EaW fallback game, and uses th
103103

104104
**Windows:**
105105
```bat
106-
.\ModVerify.exe verify --mods "C:\My Games\FoC\Mods\MySubMod;C:\My Games\FoC\Mods\MyMod" --game "C:\My Games\FoC" --fallbackGame "C:\My Games\EaW" --useDefaultBaseline
106+
.\ModVerify.exe verify --mods "C:\My Games\FoC\Mods\MySubMod;C:\My Games\FoC\Mods\MyMod" --game "C:\My Games\FoC" --fallbackGame "C:\My Games\EaW" --engine FOC --useDefaultBaseline
107107
```
108108

109109
**Linux:**
@@ -112,6 +112,7 @@ Uses manual mod setup, including sub-mods and the EaW fallback game, and uses th
112112
--mods "/home/user/games/FoC/Mods/MySubMod:/home/user/games/FoC/Mods/MyMod" \
113113
--game "/home/user/games/FoC" \
114114
--fallbackGame "/home/user/games/EaW" \
115+
--engine FOC \
115116
--useDefaultBaseline
116117
```
117118

@@ -144,6 +145,14 @@ The following verifiers are currently implemented:
144145
If you want to create your own baseline use the `createBaseline` option.
145146

146147
### Example
148+
149+
**Windows**
147150
```bash
148151
ModVerify.exe createBaseline --outFile myBaseline.json --path "C:\My Games\FoC\Mods\MyMod"
149152
```
153+
**Linux**
154+
```bash
155+
./ModVerify createBaseline \
156+
--outFile myBaseline.json \
157+
--path "C:\My Games\FoC\Mods\MyMod"
158+
```

0 commit comments

Comments
 (0)