From 79c4f9fcae94a801de7b8c44bb7eae0b1aaaec8f Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 3 Oct 2020 13:49:14 +0100 Subject: [PATCH] Updated README.md for build.bat addition --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cade955..6081e8b 100644 --- a/README.md +++ b/README.md @@ -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