update README

This commit is contained in:
Aaron Blakely 2024-03-14 04:48:16 -05:00
parent d538c1842f
commit a7c4bd1dea
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,15 @@ All of the dependencies for xbot are included in the repository, so you should b
Tested with Visual Studio 2010.
#### Modules
As of current modules are built outside of the main build process. To build modules, you will need to either use the provided batch file or build them manually.
buildmod.bat <module>
More complex modules may include a ```make.bat``` file which can be used to build the module.
This will be improved in the future.
## Configuration
The bot will read xbot.cfg if none is specified at the command line with ```-c <file>```.