From efbdf61dba17649e2612f3bcbeabc986af11a76f Mon Sep 17 00:00:00 2001 From: themitosan Date: Fri, 7 Jul 2023 18:20:21 -0300 Subject: [PATCH] Include build process on readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4baec1..57cd6f6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ This project was created as a challenge - I'm still learning more about this _cr *This game also supports DualShock 4, DualSense, PlayStation 3, GameSir X2 USB controllers.* +## How to build +- Install Node.js 20.x +- Clone this repo +- Run `npm install` +- Run selected build file (Windows: .bat, Linux: .sh) + ## External sources used to create this app - [NW.js](https://nwjs.io/) - [GitHub page](https://github.com/nwjs/nw.js) - [nw-builder](https://github.com/nwutils/nw-builder) from [nwutils](https://github.com/nwutils)