From d0ed64928d9cb2fb03b655bf848ef390591c0172 Mon Sep 17 00:00:00 2001 From: TC Date: Wed, 28 Dec 2022 17:54:27 +0100 Subject: [PATCH] Update readme to get have precise build instructions --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 105bc0e7..ed490b31 100644 --- a/readme.md +++ b/readme.md @@ -185,9 +185,12 @@ module.exports = () => { ## Build -```sh -yarn build -``` +1. Clone the repo +2. Run `yarn` to install dependencies +3. Run `yarn build:OS` + - `yarn build:win` - Windows + - `yarn build:linux` - Linux + - `yarn build:mac` - MacOS Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).