mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Update readme to get have precise build instructions
This commit is contained in:
@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user