From 41b3972f542450341b94467ea5dadb636a1b05cd Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sun, 15 Oct 2023 18:20:49 +0900 Subject: [PATCH] chore(README): add pnpm install guide --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 460ddd12..55b16441 100644 --- a/readme.md +++ b/readme.md @@ -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