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).