From 7ce2ba32fef3d971a41f30d2667c990fc94849f3 Mon Sep 17 00:00:00 2001 From: themitosan Date: Sat, 3 Aug 2024 12:46:32 -0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af8c110..6c9bf5f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,10 @@ You can find a list with all available shortcuts on `help.txt`. ## How to build - Make sure to have latest [node.js](https://nodejs.org/) version installed! - Run `npm run build` for common build or `npm run build-debug` for debug build. -- If everything is okay, binaries will be available on `build/R3 Auto Map Gen/`. +- If everything is okay, binaries will be available on `build/r3_auto_map_gen/`. + +## Other OS? +- Basic support for other os is being developed to work with wine (currently WIP). ## External plugins on this project - [memoryjs](https://github.com/rob--/memoryjs) from [Rob--](https://github.com/rob--/)