From 64fce8881a793afc094d2042695ac6139802a791 Mon Sep 17 00:00:00 2001 From: TheMitoSan Date: Sat, 10 Aug 2024 22:41:44 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17beb2d..5a21115 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,15 @@ You can find a list with all available shortcuts on `help.txt`. ## How to build > [!IMPORTANT]\ -> Make sure to have latest [node.js](https://nodejs.org/) version installed! +> Make sure to have latest [node.js](https://nodejs.org) version installed! - Run `npm run build-normal` for common build or `npm run build-sdk` for debug build. -- You can also use `npm run build-normal-wine` or `npm run build-sdk-wine` to compile a version that plays nicer with [wine](https://www.winehq.org/) compat layer. +- You can also use `npm run build-normal-wine` or `npm run build-sdk-wine` to compile a version that plays nicer with [wine](https://www.winehq.org) compat layer. If everything is okay, binaries will be available on `build/r3_auto_map_gen/`. ## Other OS? -You can run this app using [wine](https://www.winehq.org/) compat layer. +You can run this app using [wine](https://www.winehq.org) compat layer. In order to read current game, **make sure to run it under the same prefix**. Some few things will be fixed later _(Run game and Cam Hint are broken)_.