Update readme to get have precise build instructions

This commit is contained in:
TC
2022-12-28 17:54:27 +01:00
parent a2a2f18058
commit d0ed64928d

View File

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