mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
Update readme to get have precise build instructions
This commit is contained in:
@ -185,9 +185,12 @@ module.exports = () => {
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
```sh
|
1. Clone the repo
|
||||||
yarn build
|
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).
|
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