Update README, with new flags
This commit is contained in:
parent
e1ca6ce440
commit
9385c91472
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -10,12 +10,12 @@ Usage
|
||||||
python fallout.py
|
python fallout.py
|
||||||
```
|
```
|
||||||
|
|
||||||
or for hard mode where the user must manually enter the correct input in the
|
If you want an extra challenge, you could do hard mode, where the user must manually enter the correct input in the boot and login scripts. Accessible with the `--hard` flag.
|
||||||
boot and login scripts
|
|
||||||
|
You can also skip the password entry entirely if you'd prefer, by adding `--skip` to the flags.
|
||||||
|
|
||||||
|
And if you'd like to preload sounds, in case of playback issues, add `--preload` to the flags.
|
||||||
|
|
||||||
```
|
|
||||||
python fallout.py hard
|
|
||||||
```
|
|
||||||
|
|
||||||
Passwords
|
Passwords
|
||||||
================
|
================
|
||||||
|
|
Loading…
Reference in a new issue