mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 04:41:47 +00:00
chore(README): add pnpm install guide
This commit is contained in:
@ -266,8 +266,9 @@ export default () => {
|
|||||||
## Build
|
## Build
|
||||||
|
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
2. Run `pnpm install --frozen-lockfile` to install dependencies
|
2. Follow [this guide](https://pnpm.io/installation) to install `pnpm`
|
||||||
3. Run `pnpm build:OS`
|
3. Run `pnpm install --frozen-lockfile` to install dependencies
|
||||||
|
4. Run `pnpm build:OS`
|
||||||
|
|
||||||
- `pnpm dist:win` - Windows
|
- `pnpm dist:win` - Windows
|
||||||
- `pnpm dist:linux` - Linux
|
- `pnpm dist:linux` - Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user