Skip to content

Commit d0ed649

Browse files
committed
Update readme to get have precise build instructions
1 parent a2a2f18 commit d0ed649

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,12 @@ module.exports = () => {
185185

186186
## Build
187187

188-
```sh
189-
yarn build
190-
```
188+
1. Clone the repo
189+
2. Run `yarn` to install dependencies
190+
3. Run `yarn build:OS`
191+
- `yarn build:win` - Windows
192+
- `yarn build:linux` - Linux
193+
- `yarn build:mac` - MacOS
191194

192195
Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).
193196

0 commit comments

Comments
 (0)