Update readme.
This commit is contained in:
parent
8f8e35a5fa
commit
8ef6cea19b
12
README.md
12
README.md
|
@ -5,7 +5,11 @@ See http://vt.alttp.run for more details on the normal randomizer.
|
|||
|
||||
## Installation
|
||||
|
||||
Clone this repository and then run ```Main.py``` (requires Python 3).
|
||||
Clone this repository and then run ```EntranceRandomizer.py``` (requires Python 3).
|
||||
|
||||
Alternatively, run ```Gui.py``` for a simple graphical user interface.
|
||||
|
||||
For releases, a Windows standalone executable is available for users without Python 3.
|
||||
|
||||
## Options
|
||||
|
||||
|
@ -207,3 +211,9 @@ If set, will only ensure the goal can be achieved, but not necessarily that all
|
|||
```
|
||||
|
||||
If set, will not produce a patched rom as output. Useful to batch generate spoilers for statistical analysis.
|
||||
|
||||
```
|
||||
--gui
|
||||
```
|
||||
|
||||
Open the graphical user interface. Preloads selections with set command line parameters.
|
||||
|
|
Loading…
Reference in New Issue