Add invocation to readme.

This commit is contained in:
DragonMinded 2017-09-02 22:07:32 -07:00
parent 1d9c0d7b45
commit 7d396aebb7
1 changed files with 6 additions and 0 deletions

View File

@ -17,4 +17,10 @@ launch=D:\RAData\contents\gamestart.bat
[Sirius]
launch=D:\Sirius\contents\gamestart.bat
```
To corretly execute the built code, run the executable with one parameter specifying the location of the INI file. Optionally, you can add the `--debug` attribute for additional debugging. An example invocation is as follows.
```
ACIOLauncher.exe games.ini
```