Update example invocation in README

The usage example now includes the blacklist argument, to better
indicate how it is meant to be used.
This commit is contained in:
Jeremy Saklad 2021-08-14 12:14:40 -05:00
parent 1275891b27
commit 45fb0d14e8
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ pipenv run bone_market_solver \
--diplomat-fascination antiquity \ --diplomat-fascination antiquity \
--shadowy 302 \ --shadowy 302 \
--maximum-exhaustion 4 \ --maximum-exhaustion 4 \
--time-limit 300 --time-limit 300 \
--blacklist Skull.VICTIM_SKULL Torso.VICTIM_TORSO
``` ```
For best results, it is recommended to specify every world quality you can. Depending on the speed of your computer, setting a time limit may also be helpful. For best results, it is recommended to specify every world quality you can. Depending on the speed of your computer, setting a time limit may also be helpful.