Updated README.md for build.bat addition

This commit is contained in:
rxi 2020-10-03 13:49:14 +01:00
parent b2ddc140d6
commit 79c4f9fcae
1 changed files with 4 additions and 3 deletions

View File

@ -24,9 +24,10 @@ The editor can be customized by making changes to the
[user module](data/user/init.lua).
## Building
You can build the project yourself on Linux using the provided `build.sh`
script. Note that the project does not need to be rebuilt if you are only making
changes to the Lua portion of the code.
You can build the project yourself on Linux using the `build.sh` script
or on Windows using the `build.bat` script *([MinGW](https://nuwen.net/mingw.html) is required)*.
Note that the project does not need to be rebuilt if you are only making changes
to the Lua portion of the code.
## Contributing
Any additional functionality that can be added through a plugin should be done