typo and recommendation
This commit is contained in:
parent
9ae5444906
commit
997f374338
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Reference in a new issue