typo and recommendation

This commit is contained in:
Mylloon 2023-04-04 11:00:04 +02:00
parent 9ae5444906
commit 997f374338
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -19,12 +19,14 @@ python .\main.py --offline
- You also can bypass the interactive cheat selector by passing a list to the app. - You also can bypass the interactive cheat selector by passing a list to the app.
For instance, for cheats `#1`, `#2`, `#3` and `#4`: For instance, using cheats `#1`, `#2`, `#3` and `#4`:
```powershell ```powershell
python .\main.py --list=1,2,3,4 python .\main.py --list=1,2,3,4
``` ```
Feel free to modify the [run.bat](./run.bat) as you wish.
## How to not use? ## How to not use?
**CTRL + C** (twice for the .bat script) will stop the app. **CTRL + C** (twice for the .bat script) will stop the app.