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