chore(README): add pnpm install guide

This commit is contained in:
JellyBrick
2023-10-15 18:20:49 +09:00
committed by GitHub
parent 467f29e363
commit 41b3972f54

View File

@ -266,8 +266,9 @@ export default () => {
## Build
1. Clone the repo
2. Run `pnpm install --frozen-lockfile` to install dependencies
3. Run `pnpm build:OS`
2. Follow [this guide](https://pnpm.io/installation) to install `pnpm`
3. Run `pnpm install --frozen-lockfile` to install dependencies
4. Run `pnpm build:OS`
- `pnpm dist:win` - Windows
- `pnpm dist:linux` - Linux